Surround subshell in 2x-quotes
This wasn't a bug; it's just good practice.
This commit is contained in:
parent
2715591c97
commit
f3047cffc1
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ let
|
|||
}
|
||||
{
|
||||
key = "build-briefcase";
|
||||
command = "nix-build . -I briefcase=$(pwd) --no-out-link --show-trace";
|
||||
command = ''
|
||||
nix-build . -I briefcase="$(pwd)" --no-out-link --show-trace
|
||||
'';
|
||||
label = ":nix: build briefcase";
|
||||
depends_on = "lint-secrets";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue