diff --git a/shell.nix b/shell.nix index 023489a3..4a84c678 100644 --- a/shell.nix +++ b/shell.nix @@ -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 '';