From 05e9b2952584f6fca8f4399dbf5b791a9801f787 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 9 Aug 2007 23:54:23 +0000 Subject: [PATCH] * Search /nix/var/nix/manifests for GC roots under NixOS. svn path=/nixos/trunk/; revision=9090 --- system/activate-configuration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system/activate-configuration.sh b/system/activate-configuration.sh index e0527962369f..124ab24459d6 100644 --- a/system/activate-configuration.sh +++ b/system/activate-configuration.sh @@ -114,6 +114,7 @@ mkdir -m 0755 -p /nix/var/nix/profiles mkdir -m 1777 -p /nix/var/nix/profiles/per-user ln -sf /nix/var/nix/profiles /nix/var/nix/gcroots/ +ln -sf /nix/var/nix/manifests /nix/var/nix/gcroots/ # Make a few setuid programs work.