Justfile: fix superfluous argstr

This commit is contained in:
steveej 2020-10-16 22:30:13 +02:00
parent 8bec9d20bd
commit 3bcf7b0397

View file

@ -15,7 +15,7 @@ update-default-versions:
esh -o ${outfile} ${template} esh -o ${outfile} ${template}
_get_nix_path versionsPath: _get_nix_path versionsPath:
echo $(set -x; nix-build --no-link --show-trace {{invocation_directory()}}/nix/default.nix -A channelSources --argstr versionsPath {{versionsPath}} --argstr rebuildarg "dummy") echo $(set -x; nix-build --no-link --show-trace {{invocation_directory()}}/nix/default.nix -A channelSources --argstr versionsPath {{versionsPath}})
_device recipe dir +moreargs="": _device recipe dir +moreargs="":
#!/usr/bin/env bash #!/usr/bin/env bash