Skip to content

Commit faa48db

Browse files
committed
fix(nix): Only run static checks on x86_64-linux
1 parent 35c495a commit faa48db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,13 @@
422422
cardano-db-sync-linux
423423
cardano-db-sync-docker
424424
cardano-smash-server-docker;
425+
426+
# No need to run static checks on all architectures
427+
checks = staticChecks;
425428
} // lib.optionalAttrs (system == "x86_64-darwin") {
426429
inherit cardano-db-sync-macos;
427430
} // {
428431
inherit cardano-smash-server-no-basic-auth profiled;
429-
430-
checks = staticChecks;
431432
};
432433

433434
legacyPackages = pkgs;

0 commit comments

Comments
 (0)