Skip to content

Commit f3ea694

Browse files
committed
ifdLevel 2
1 parent e7fb0d3 commit f3ea694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluating
22
# on a machine with e.g. no way to build the Darwin IFDs you need!
3-
{ ifdLevel ? 3
3+
{ ifdLevel ? 2
44
# Whether or not we are evaluating in restricted mode. This is true in Hydra, but not in Hercules.
55
, restrictEval ? false
66
, checkMaterialization ? false
77
, compat
88
, system
9-
, evalSystem ? "x86_64-linux"
9+
, evalSystem ? builtins.currentSystem or "x86_64-linux"
1010
, pkgs ? (compat { inherit system; }).pkgs }:
1111
let
1212
inherit (import ./ci-lib.nix { inherit pkgs; }) dimension platformFilterGeneric filterAttrsOnlyRecursive;

0 commit comments

Comments
 (0)