diff options
Diffstat (limited to 'modules/software-templates/dotnet.nix')
-rw-r--r-- | modules/software-templates/dotnet.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/software-templates/dotnet.nix b/modules/software-templates/dotnet.nix index be9ab4d..edbcca3 100644 --- a/modules/software-templates/dotnet.nix +++ b/modules/software-templates/dotnet.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ (callPackage ../packages/dotnet-pack.nix { inherit pkgs; }) ]; |