From 9e6a591fc60c4ef5f180d069ef3758bd9d8b17a4 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Tue, 2 Apr 2024 13:58:20 +1300 Subject: [PATCH] ifdLevel 0 --- ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.nix b/ci.nix index 267ed37ca8..75286cd955 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 ? 3 +{ ifdLevel ? 0 , checkMaterialization ? false , system ? builtins.currentSystem , evalSystem ? builtins.currentSystem or "x86_64-linux"