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

authored by philiptaron.tngl.sh and committed by GitHub a6923016 e97c7316

Changed files
+2
ci
+2
ci/nixpkgs-vet.nix
··· 25 25 env.NIXPKGS_VET_NIX_PACKAGE = nix; 26 26 } 27 27 '' 28 + export NIX_STATE_DIR=$(mktemp -d) 29 + 28 30 nixpkgs-vet --base ${filtered base} ${filtered head} 29 31 30 32 touch $out