nixos/systemd-shutdown: Remove unneeded binaries

Changed files
+1 -1
nixos
modules
system
boot
systemd
+1 -1
nixos/modules/system/boot/systemd/shutdown.nix
···
];
};
-
path = [pkgs.util-linux pkgs.makeInitrdNGTool pkgs.glibc pkgs.patchelf];
+
path = [pkgs.util-linux pkgs.makeInitrdNGTool];
serviceConfig.Type = "oneshot";
script = ''
mkdir -p /run/initramfs