nixos/udev: use udevadm from buildPackages to fix cross

This commit is contained in:
secufoe 2025-08-05 12:21:09 +02:00
parent 4ba1fc66d5
commit 98cbe96519

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
];
}
''