Skip to content

Commit 00f8bfc

Browse files
authored
ci/nixpkgs-vet.sh: fix passing arguments (#416215)
2 parents ef37ca6 + 36b76b4 commit 00f8bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/nixpkgs-vet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ git -C "$tmp/merged" merge -q --no-edit "$baseSha"
6363
trace -e "\e[34m$(git -C "$tmp/merged" rev-parse HEAD)\e[0m"
6464

6565
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"

0 commit comments

Comments
 (0)