From fc124c83a8826dc5595851b9c527fe6e3c2300e0 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Fri, 13 May 2022 10:59:32 +1200 Subject: [PATCH] ifdLevel 3 --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index db4e3c0f..6a623c0b 100644 --- a/release.nix +++ b/release.nix @@ -1,7 +1,7 @@ # '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! { supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ] -, ifdLevel ? 2 +, ifdLevel ? 3 , checkMaterialization ? false }: let