mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
stage-2-init: Don't depend on sysvtools
This commit is contained in:
parent
e66970417b
commit
abeb4a9c96
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ let
|
||||||
path =
|
path =
|
||||||
[ pkgs.coreutils
|
[ pkgs.coreutils
|
||||||
pkgs.utillinux
|
pkgs.utillinux
|
||||||
pkgs.sysvtools
|
|
||||||
pkgs.openresolv
|
pkgs.openresolv
|
||||||
] ++ optional config.nix.readOnlyStore readonlyMountpoint;
|
] ++ optional config.nix.readOnlyStore readonlyMountpoint;
|
||||||
postBootCommands = pkgs.writeText "local-cmds"
|
postBootCommands = pkgs.writeText "local-cmds"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue