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

This commit is contained in:
nikstur 2025-08-06 14:05:12 +02:00 committed by GitHub
commit 1fc1fb2700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ let
# 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
pkgs.buildPackages.systemdMinimal.out
];
}
''