mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Add NIX_MYENV_NAME
environment variable in myEnvFun
This commit is contained in:
parent
a278c3dfa8
commit
6f946bbb2a
@ -6,6 +6,7 @@ source @myenvpath@
|
||||
|
||||
PATH="$PATH:$OLDPATH"
|
||||
export PS1="\n@name@:[\u@\h:\w]\$ "
|
||||
export NIX_MYENV_NAME="@name@"
|
||||
export buildInputs
|
||||
export NIX_STRIP_DEBUG=0
|
||||
export TZ="$OLDTZ"
|
||||
|
Loading…
Reference in New Issue
Block a user