1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

ci/nixpkgs-vet: fix random errors (#413239)

This commit is contained in:
Philip Taron 2025-06-02 12:49:27 -07:00 committed by GitHub
commit a6923016c9
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,8 @@ runCommand "nixpkgs-vet"
env.NIXPKGS_VET_NIX_PACKAGE = nix;
}
''
export NIX_STATE_DIR=$(mktemp -d)
nixpkgs-vet --base ${filtered base} ${filtered head}
touch $out