Unverified Commit ba1667e2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gpauth: limit platforms to *-linux (#357181)

parents 29c5d301 df5830d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,5 +49,9 @@ rustPlatform.buildRustPackage rec {
      binary-eater
      m1dugh
    ];
    platforms = [
      "aarch64-linux"
      "x86_64-linux"
    ];
  };
}