nixos/udev: use udevadm from buildPackages to fix cross (#431144)

nikstur 1fc1fb27 8a98c35a

Changed files
+1 -1
nixos
modules
services
hardware
+1 -1
nixos/modules/services/hardware/udev.nix
···
# We only include the out output here to avoid needing to include all
# other outputs in the installer tests as well
# We only need the udevadm command anyway
-
pkgs.systemdMinimal.out
];
}
''
···
# We only include the out output here to avoid needing to include all
# other outputs in the installer tests as well
# We only need the udevadm command anyway
+
pkgs.buildPackages.systemdMinimal.out
];
}
''