Skip to content

Commit e11cc24

Browse files
committed
Switch CI eval to aarch64-darwin
1 parent cfc0ac4 commit e11cc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ ifdLevel # This is passed in from flake.nix
44
, checkMaterialization ? false
55
, system ? builtins.currentSystem
6-
, evalSystem ? builtins.currentSystem or "aarch64-darwin"
6+
, evalSystem ? "aarch64-darwin"
77
# NOTE: we apply checkMaterialization when defining nixpkgsArgs
88
, haskellNix ? import ./default.nix { inherit system ; }
99
}:

0 commit comments

Comments
 (0)