Sigh, here we go #9

Open
patrick wants to merge 15 commits from woodpekcer into main
Showing only changes of commit 729a205dc8 - Show all commits

View File

@@ -36,7 +36,7 @@
devShells = { devShells = {
default = pkgs.mkShell { default = pkgs.mkShell {
HOME = "/tmp/dotnet-home"; 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"; LINKER_PATH = "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
buildInputs = with pkgs; buildInputs = with pkgs;
[ [