From b6d05840367274ee6dd8defbe1c501d64abbc666 Mon Sep 17 00:00:00 2001 From: "Emma (Rory&)" Date: Thu, 25 Apr 2024 07:46:21 +0000 Subject: WSL changes --- modules/software-templates/dotnet.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/software-templates/dotnet.nix') 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 +} -- cgit 1.4.1