mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Merge pull request #30418 from LnL7/inline-set-environment
nixos: inline set-environment for bash and zsh
This commit is contained in:
commit
db6fb869fb
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,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