shell: proper shell escape
This commit is contained in:
parent
93c2a3506b
commit
893bf5b6a1
@ -14,7 +14,7 @@ pkgs.mkShell {
|
||||
mkdir -p secrets
|
||||
PATH=${
|
||||
pkgs.writeShellScriptBin "nix" ''
|
||||
${pkgs.nixFlakes}/bin/nix --option experimental-features "nix-command flakes ca-references" $@
|
||||
${pkgs.nixFlakes}/bin/nix --option experimental-features "nix-command flakes ca-references" "$@"
|
||||
''
|
||||
}/bin:$PATH
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user