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.
1 parent e7fb0d3 commit f3ea694Copy full SHA for f3ea694
ci.nix
@@ -1,12 +1,12 @@
1
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluating
2
# on a machine with e.g. no way to build the Darwin IFDs you need!
3
-{ ifdLevel ? 3
+{ ifdLevel ? 2
4
# Whether or not we are evaluating in restricted mode. This is true in Hydra, but not in Hercules.
5
, restrictEval ? false
6
, checkMaterialization ? false
7
, compat
8
, system
9
-, evalSystem ? "x86_64-linux"
+, evalSystem ? builtins.currentSystem or "x86_64-linux"
10
, pkgs ? (compat { inherit system; }).pkgs }:
11
let
12
inherit (import ./ci-lib.nix { inherit pkgs; }) dimension platformFilterGeneric filterAttrsOnlyRecursive;
0 commit comments