summary refs log tree commit diff
path: root/modules/software-templates/dotnet.client.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-12-20 16:07:52 +0100
committerRory& <root@rory.gay>2024-12-20 16:07:52 +0100
commita0acc936343418fff182c3b573740fcc753ec9a2 (patch)
tree24bfb4d26e0f408ee202124528789865eaa8780e /modules/software-templates/dotnet.client.nix
parentServer changes (diff)
downloadRory-Open-Architecture-a0acc936343418fff182c3b573740fcc753ec9a2.tar.xz
Desktop changes
Diffstat (limited to '')
-rw-r--r--modules/software-templates/dotnet.client.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix
index e25282e..3a959fe 100644
--- a/modules/software-templates/dotnet.client.nix
+++ b/modules/software-templates/dotnet.client.nix
@@ -9,6 +9,6 @@ in
   #imports = [ ./dotnet.nix ];
   environment.systemPackages = with pkgs; [
     #`jetbrains.rider
-    (stablePkgs.jetbrains.plugins.addPlugins stablePkgs.jetbrains.rider [ "github-copilot" ])
+    (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ])
   ];
 }