Merge pull request #30418 from LnL7/inline-set-environment

nixos: inline set-environment for bash and zsh
This commit is contained in:
Daiderd Jordan
2018-03-08 21:07:15 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ in
programs.bash = {
shellInit = ''
. ${config.system.build.setEnvironment}
${config.system.build.setEnvironment.text}
${cfge.shellInit}
'';