nixos/systemd-shutdown: Remove unneeded binaries

main
Janne Heß 2 years ago
parent e5995b2235
commit bc53ac7753
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 2
      nixos/modules/system/boot/systemd/shutdown.nix

@ -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

Loading…
Cancel
Save