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

authored by nikstur and committed by GitHub 1fc1fb27 8a98c35a

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