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

This commit is contained in:
Sandro
2024-11-21 17:25:29 +01:00
committed by GitHub
+4
View File
@@ -49,5 +49,9 @@ rustPlatform.buildRustPackage rec {
binary-eater
m1dugh
];
platforms = [
"aarch64-linux"
"x86_64-linux"
];
};
}