ci/nixpkgs-vet.sh: fix passing arguments (#416215)

authored by philiptaron.tngl.sh and committed by GitHub 00f8bfc6 ef37ca61

+1 -1
+1 -1
ci/nixpkgs-vet.sh
··· 63 63 trace -e "\e[34m$(git -C "$tmp/merged" rev-parse HEAD)\e[0m" 64 64 65 65 trace "Running nixpkgs-vet.." 66 - nix-build ci -A nixpkgs-vet --argstr base "$tmp/base" --argstr head "$tmp/merged" 66 + nix-build ci -A nixpkgs-vet --arg base "$tmp/base" --arg head "$tmp/merged"