From 98cbe9651906ab059c41aed9f4629ecbe420e53c Mon Sep 17 00:00:00 2001 From: secufoe <135814375+secufoe@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:21:09 +0200 Subject: [PATCH] nixos/udev: use udevadm from buildPackages to fix cross --- nixos/modules/services/hardware/udev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix index c7890d11dd2d..ca9464d091c1 100644 --- a/nixos/modules/services/hardware/udev.nix +++ b/nixos/modules/services/hardware/udev.nix @@ -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 ]; } ''