From 6b55d5373c1709ec5bec23264476c3b6b5a6ac7b Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 27 Aug 2017 00:13:26 +0200 Subject: [PATCH] home-environment: include home path in generation directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 e561beab449aebbf30bba34c2294f359c23cbc8d) --- modules/home-environment.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-environment.nix b/modules/home-environment.nix index 4d35c75c..2567b070 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -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 ''; };