From b7bb6b3a04cdf3e21b61875eb126baedb508a943 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Tue, 14 Nov 2023 16:15:14 +0800 Subject: [PATCH] ifdLevel 2 --- ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.nix b/ci.nix index b138f2bae9..6d407dcc56 100644 --- a/ci.nix +++ b/ci.nix @@ -1,6 +1,6 @@ # 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluating # on a machine with e.g. no way to build the Darwin IFDs you need! -{ ifdLevel ? 1 +{ ifdLevel ? 2 , checkMaterialization ? false , system ? builtins.currentSystem , evalSystem ? builtins.currentSystem or "x86_64-linux"