Bump flake (#80)

This commit is contained in:
Patrick Stevens
2024-09-22 13:39:45 +01:00
committed by GitHub
parent d5e1354893
commit e28bdf9948
3 changed files with 8 additions and 11 deletions

View File

@@ -47,7 +47,7 @@
src = ./.;
projectFile = projectFile;
testProjectFile = testProjectFile;
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;
dotnet-sdk = dotnet-sdk;
dotnet-runtime = dotnet-runtime;