diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/software-templates/dotnet.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/dotnet.nix b/modules/software-templates/dotnet.nix index 8a8c1b5..9abe797 100644 --- a/modules/software-templates/dotnet.nix +++ b/modules/software-templates/dotnet.nix @@ -8,4 +8,4 @@ DOTNET_CLI_TELEMETRY_OPTOUT = "1"; DOTNET_ROOT = "${(callPackage ../packages/dotnet-pack.nix { inherit pkgs; })}"; }; -}e \ No newline at end of file +} \ No newline at end of file |