Skip to content

Commit cf7816e

Browse files
committed
build(nix): don't limit supported systems
1 parent 8465044 commit cf7816e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

flake.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@
3535
}: let
3636
name = "neotest-haskell";
3737

38-
supportedSystems = [
39-
"aarch64-linux"
40-
"aarch64-darwin"
41-
"x86_64-darwin"
42-
"x86_64-linux"
43-
];
38+
supportedSystems = builtins.attrNames nixpkgs.legacyPackages;
4439

4540
ci-overlay = import ./nix/ci-overlay.nix {
4641
inherit

0 commit comments

Comments
 (0)