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:
parent
f6a05b15a6
commit
6b55d5373c
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue