diff --git a/devshell.nix b/devshell.nix index cc129f7..1317589 100644 --- a/devshell.nix +++ b/devshell.nix @@ -46,7 +46,9 @@ pkgs.mkShell { # Load custom bash code shellHook = '' - nu --config ${nu-config} + export NU_CONFIG_DIR=${nu-config} + export SHELL=nu + nu exit 0 ''; }