From 1922579c77ad85e5a8f8524f20ac081ea9f6e293 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 31 May 2025 12:19:16 -0700 Subject: [PATCH] fix: repl --- modules/base/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/nix.nix b/modules/base/nix.nix index e7a287e..03a5443 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -69,7 +69,7 @@ pkgs.writeShellScriptBin "nrepl" # sh '' - nix repl "${toString ./.}/repl.nix" "$@" + nix repl --file "${toString ../../repl.nix}" "$@" ''; in [ nrepl