set env var NU_CONFIG to nu config
This commit is contained in:
@@ -47,8 +47,7 @@ pkgs.mkShell {
|
|||||||
# Load custom bash code
|
# Load custom bash code
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export NU_CONFIG=${nu-config}
|
export NU_CONFIG=${nu-config}
|
||||||
alias nu_config="nu --config ${nu-config}"
|
nu --config ${nu-config}
|
||||||
nu_config
|
|
||||||
exit 0
|
exit 0
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user