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