This commit is contained in:
2026-01-12 12:44:20 +01:00
parent aef38d5edb
commit 95ff6578bb

View File

@@ -46,9 +46,9 @@ pkgs.mkShell {
# Load custom bash code # Load custom bash code
shellHook = '' shellHook = ''
export NU_CONFIG_DIR=${nu-config} export NU_CONFIG=${nu-config}
export SHELL=nu alias nu-config="nu --config ${nu-config}"
nu nu-config
exit 0 exit 0
''; '';
} }