Bump Nixpkgs (#94)

This commit is contained in:
Patrick Stevens
2024-09-22 13:49:20 +01:00
committed by GitHub
parent 7508fb446c
commit 7aa6bb00a5
3 changed files with 8 additions and 11 deletions

View File

@@ -44,7 +44,7 @@
inherit version pname projectFile testProjectFile dotnet-sdk dotnet-runtime;
name = "gitea-repo-config";
src = ./.;
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;
};
in {