summary refs log tree commit diff
path: root/modules/software-templates
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-29 12:37:25 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-29 12:37:25 +0100
commitbbc6569697eebf00ff8e47bd43abe51450cbd5c9 (patch)
tree0e7f85754484a82f5fcd1f89e60966df7532ea96 /modules/software-templates
parentUpdate inputs (diff)
downloadRory-Open-Architecture-bbc6569697eebf00ff8e47bd43abe51450cbd5c9.tar.xz
Updates
Diffstat (limited to 'modules/software-templates')
-rw-r--r--modules/software-templates/dotnet.client.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix

index 1092cee..b10be16 100644 --- a/modules/software-templates/dotnet.client.nix +++ b/modules/software-templates/dotnet.client.nix
@@ -5,6 +5,7 @@ ./dotnet.nix ]; environment.systemPackages = with pkgs; [ - jetbrains.rider + #`jetbrains.rider + (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ]) ]; -} \ No newline at end of file +}