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:
parent
3bcd9d747b
commit
e561beab44
|
@ -439,6 +439,7 @@ in
|
||||||
--subst-var-by GENERATION_DIR $out
|
--subst-var-by GENERATION_DIR $out
|
||||||
|
|
||||||
ln -s ${home-files} $out/home-files
|
ln -s ${home-files} $out/home-files
|
||||||
|
ln -s ${cfg.path} $out/home-path
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue