1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

home-environment: run activation script in $HOME

This avoids issues when starting the activation script somewhere
inaccessible.
This commit is contained in:
Robert Helgesson 2017-10-25 18:01:23 +02:00
parent 02219dcd79
commit 59f44c1189
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -281,6 +281,8 @@ in
set -eu
set -o pipefail
cd $HOME
export PATH="${activationBinPaths}"
. ${./lib-bash/color-echo.sh}