Merge pull request #30872 from FRidh/udev
systemd: remove udev attributes
This commit is contained in:
@@ -12975,11 +12975,7 @@ with pkgs;
|
||||
|
||||
systemd = callPackage ../os-specific/linux/systemd {
|
||||
utillinux = utillinuxMinimal; # break the cyclic dependency
|
||||
}
|
||||
// {
|
||||
udev.bin = systemd; # ${systemd.udev.bin}/bin/udevadm
|
||||
udev.lib = libudev.out; # ${systemd.udev.lib}/lib/libudev.*
|
||||
};
|
||||
};
|
||||
|
||||
# standalone cryptsetup generator for systemd
|
||||
systemd-cryptsetup-generator = callPackage ../os-specific/linux/systemd/cryptsetup-generator.nix { };
|
||||
|
||||
Reference in New Issue
Block a user