Unverified Commit 1fc1fb27 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

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

parents 8a98c35a 98cbe965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        ];
      }
      ''