home-environment: include home path in generation directory

Technically not necessary but it was a bit silly to leave out this
important directory from the generation directory. This also makes it
more convenient to browse the installed packages after a
`home-manager build`.

(cherry picked from commit e561beab44)
This commit is contained in:
Robert Helgesson 2017-08-27 00:13:26 +02:00
parent f6a05b15a6
commit 6b55d5373c
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -439,6 +439,7 @@ in
--subst-var-by GENERATION_DIR $out
ln -s ${home-files} $out/home-files
ln -s ${cfg.path} $out/home-path
'';
};