nixos/systemd-shutdown: Remove unneeded binaries

This commit is contained in:
Janne Heß 2022-05-01 15:17:28 +02:00
parent e5995b2235
commit bc53ac7753
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -44,7 +44,7 @@ in {
];
};
path = [pkgs.util-linux pkgs.makeInitrdNGTool pkgs.glibc pkgs.patchelf];
path = [pkgs.util-linux pkgs.makeInitrdNGTool];
serviceConfig.Type = "oneshot";
script = ''
mkdir -p /run/initramfs