We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64-darwin
1 parent 6869684 commit cfc0ac4Copy full SHA for cfc0ac4
ci.nix
@@ -3,7 +3,7 @@
3
{ ifdLevel # This is passed in from flake.nix
4
, checkMaterialization ? false
5
, system ? builtins.currentSystem
6
-, evalSystem ? builtins.currentSystem or "x86_64-linux"
+, evalSystem ? builtins.currentSystem or "aarch64-darwin"
7
# NOTE: we apply checkMaterialization when defining nixpkgsArgs
8
, haskellNix ? import ./default.nix { inherit system ; }
9
}:
0 commit comments