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`.
This commit is contained in:
Robert Helgesson 2017-08-27 00:13:26 +02:00
parent 3bcd9d747b
commit e561beab44
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
'';
};