mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos: inline set-environment for bash and zsh
This commit is contained in:
parent
0f01f8b882
commit
b00a3fc6fd
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ in
|
|||
programs.bash = {
|
||||
|
||||
shellInit = ''
|
||||
. ${config.system.build.setEnvironment}
|
||||
${config.system.build.setEnvironment.text}
|
||||
|
||||
${cfge.shellInit}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue