mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ci/nixpkgs-vet: fix random errors (#413239)
This commit is contained in:
commit
a6923016c9
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ runCommand "nixpkgs-vet"
|
||||||
env.NIXPKGS_VET_NIX_PACKAGE = nix;
|
env.NIXPKGS_VET_NIX_PACKAGE = nix;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
export NIX_STATE_DIR=$(mktemp -d)
|
||||||
|
|
||||||
nixpkgs-vet --base ${filtered base} ${filtered head}
|
nixpkgs-vet --base ${filtered base} ${filtered head}
|
||||||
|
|
||||||
touch $out
|
touch $out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue