fix: repl
This commit is contained in:
parent
5633ed5914
commit
1922579c77
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
pkgs.writeShellScriptBin "nrepl"
|
||||
# sh
|
||||
''
|
||||
nix repl "${toString ./.}/repl.nix" "$@"
|
||||
nix repl --file "${toString ../../repl.nix}" "$@"
|
||||
'';
|
||||
in [
|
||||
nrepl
|
||||
|
|
Loading…
Reference in a new issue