From cc902c638cf8f2758e027279a14eca68a5412c03 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Jul 2008 13:47:32 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=12406 --- system/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.nix b/system/system.nix index cc10120f1557..c9932d5ec1b9 100644 --- a/system/system.nix +++ b/system/system.nix @@ -101,7 +101,7 @@ rec { fileSystems = pkgs.lib.filter (fs: fs.mountPoint == "/" || (fs ? neededForBoot && fs.neededForBoot)) - (config.fileSystems); + config.fileSystems; rootLabel = config.boot.rootLabel; inherit stage2Init; modulesDir = modulesClosure;