diff options
author | Emma (Rory&) <root@rory.gay> | 2024-04-25 07:46:21 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | b6d05840367274ee6dd8defbe1c501d64abbc666 (patch) | |
tree | 68bca67ec27742bffd84f1641abeafd36ce8233a /modules/software-templates/dotnet.nix | |
parent | These are required by the module but dont seem to affect the proxy? (diff) | |
download | Rory-Open-Architecture-b6d05840367274ee6dd8defbe1c501d64abbc666.tar.xz |
WSL changes
Diffstat (limited to 'modules/software-templates/dotnet.nix')
-rw-r--r-- | modules/software-templates/dotnet.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/software-templates/dotnet.nix b/modules/software-templates/dotnet.nix index 9abe797..ede22a2 100644 --- a/modules/software-templates/dotnet.nix +++ b/modules/software-templates/dotnet.nix @@ -6,6 +6,6 @@ ]; environment.sessionVariables = { DOTNET_CLI_TELEMETRY_OPTOUT = "1"; - DOTNET_ROOT = "${(callPackage ../packages/dotnet-pack.nix { inherit pkgs; })}"; + DOTNET_ROOT = "${(pkgs.callPackage ../packages/dotnet-pack.nix { inherit pkgs; })}"; }; -} \ No newline at end of file +} |