Flakes: Difference between revisions
imported>Iopq The previous lines are a bit confusing, since you really want the lines that follow it |
imported>Charles-dyfis-net Fix bug in my-nix-fast-repl wrapper that would break arguments with spaces |
||
Line 532: | Line 532: | ||
my-nix-fast-repl = pkgs.writeShellScriptBin "my-nix-fast-repl" '' | my-nix-fast-repl = pkgs.writeShellScriptBin "my-nix-fast-repl" '' | ||
source /etc/set-environment | source /etc/set-environment | ||
nix repl "${repl_path}/repl.nix" $@ | nix repl "${repl_path}/repl.nix" "$@" | ||
''; | ''; | ||
in [ | in [ |