Flakes: Difference between revisions

imported>Witchof0x20
Included nixPath in the alternative example to make it more clear.
imported>Witchof0x20
m fixed typo in my previous edit
Line 523: Line 523:
   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 [