mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Add findutils dependency for /tmp cleaning.
This dependency is only added if the setting is activated. svn path=/nixos/trunk/; revision=34434
This commit is contained in:
parent
4931188684
commit
25155a02e6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ let
|
|||
pkgs.utillinux
|
||||
pkgs.udev
|
||||
pkgs.sysvtools
|
||||
];
|
||||
] ++ pkgs.lib.optional config.boot.cleanTmpDir pkgs.findutils;
|
||||
postBootCommands = pkgs.writeText "local-cmds"
|
||||
''
|
||||
${config.boot.postBootCommands}
|
||||
|
|
Loading…
Reference in a new issue