Only run cabal tests and golden-tests on x86_64-linux

This commit is contained in:
Sandro Jäckel 2024-01-27 19:45:18 +01:00
parent 7c72280d72
commit f1574ec90d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -38,6 +38,7 @@
(hlib.appendConfigureFlag "--ghc-option=-Werror")
(hlib.overrideCabal {
src = cleanSelf;
doCheck = system == "x86_64-linux";
preCheck = ''
# ${
lib.concatStringsSep ", "