diff options
author | Rory& <root@rory.gay> | 2024-12-20 16:07:52 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-12-20 16:07:52 +0100 |
commit | a0acc936343418fff182c3b573740fcc753ec9a2 (patch) | |
tree | 24bfb4d26e0f408ee202124528789865eaa8780e /modules/software-templates/dotnet.client.nix | |
parent | Server changes (diff) | |
download | Rory-Open-Architecture-a0acc936343418fff182c3b573740fcc753ec9a2.tar.xz |
Desktop changes
Diffstat (limited to '')
-rw-r--r-- | modules/software-templates/dotnet.client.nix | 2 |
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" ]) ]; } |