Justfile: fix superfluous argstr
This commit is contained in:
parent
8bec9d20bd
commit
3bcf7b0397
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -15,7 +15,7 @@ update-default-versions:
|
|||
esh -o ${outfile} ${template}
|
||||
|
||||
_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="":
|
||||
#!/usr/bin/env bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue