set env var NU_CONFIG to nu config

This commit is contained in:
2026-01-12 12:47:41 +01:00
parent 5b32a2f28b
commit ca8f0fd1ba

View File

@@ -47,8 +47,7 @@ pkgs.mkShell {
# Load custom bash code
shellHook = ''
export NU_CONFIG=${nu-config}
alias nu_config="nu --config ${nu-config}"
nu_config
nu --config ${nu-config}
exit 0
'';
}