From abeb4a9c969c06978045239f3ebbc9b83137393c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 19 Apr 2015 22:34:46 +0200 Subject: [PATCH] stage-2-init: Don't depend on sysvtools --- nixos/modules/system/boot/stage-2.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/stage-2.nix b/nixos/modules/system/boot/stage-2.nix index 6155bb37cc5..c0ef4e02d1f 100644 --- a/nixos/modules/system/boot/stage-2.nix +++ b/nixos/modules/system/boot/stage-2.nix @@ -24,7 +24,6 @@ let path = [ pkgs.coreutils pkgs.utillinux - pkgs.sysvtools pkgs.openresolv ] ++ optional config.nix.readOnlyStore readonlyMountpoint; postBootCommands = pkgs.writeText "local-cmds"