Sigh, here we go #9
@@ -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;
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user