Bump nixpkgs (#40)

This commit is contained in:
Patrick Stevens
2024-09-20 19:51:12 +01:00
committed by GitHub
parent aa3269a38c
commit 13dd06cf03
3 changed files with 8 additions and 11 deletions

View File

@@ -50,7 +50,7 @@
src = ./.;
projectFile = "./WoofWare.DotnetRuntimeLocator/WoofWare.DotnetRuntimeLocator.csproj";
testProjectFile = "./WoofWare.DotnetRuntimeLocator/Test/Test.fsproj";
nugetDeps = ./nix/deps.nix; # `nix build .#default.passthru.fetch-deps && ./result` and put the result here
nugetDeps = ./nix/deps.nix; # `nix build .#default.passthru.fetch-deps && ./result nix/deps.nix`
doCheck = true;
};
};