From 3bcf7b0397c16995a2091886ca20ffa68b295c4b Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 16 Oct 2020 22:30:13 +0200 Subject: [PATCH] Justfile: fix superfluous argstr --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index e4588df..ccb5215 100755 --- a/Justfile +++ b/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