fix: repl

This commit is contained in:
punkfairie 2025-05-31 12:19:16 -07:00
parent 5633ed5914
commit 1922579c77
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -69,7 +69,7 @@
pkgs.writeShellScriptBin "nrepl"
# sh
''
nix repl "${toString ./.}/repl.nix" "$@"
nix repl --file "${toString ../../repl.nix}" "$@"
'';
in [
nrepl