Bump nixpkgs (#45)

This commit is contained in:
Patrick Stevens
2024-09-20 19:50:51 +01:00
committed by GitHub
parent bb0a63e2d0
commit 939953b19c
4 changed files with 9 additions and 11 deletions

View File

@@ -51,7 +51,7 @@
src = ./.;
projectFile = "./PrattParser/PrattParser.fsproj";
testProjectFile = "./PrattParser.Test/PrattParser.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;
};
};