diff --git a/flake.nix b/flake.nix index e6080d7..fe8a863 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ devShells = { default = pkgs.mkShell { HOME = "/tmp/dotnet-home"; - NUGET_PACKAGES = "/tmp/dotnet-home/.nuget"; + NUGET_PACKAGES = "/tmp/dotnet-home/.nuget/packages"; LINKER_PATH = "${pkgs.stdenv.cc}/nix-support/dynamic-linker"; buildInputs = with pkgs; [