summary refs log tree commit diff
path: root/modules/software-templates/dotnet.client.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates/dotnet.client.nix')
-rw-r--r--modules/software-templates/dotnet.client.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix
index ab8d812..fa0082b 100644
--- a/modules/software-templates/dotnet.client.nix
+++ b/modules/software-templates/dotnet.client.nix
@@ -1,12 +1,7 @@
-{
-  config,
-  pkgs,
-  lib,
-  ...
-}:
+{ pkgs, ... }:
 
 {
-  imports = [ ./dotnet.nix ];
+  #imports = [ ./dotnet.nix ];
   environment.systemPackages = with pkgs; [
     #`jetbrains.rider
     (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ])