From 20ae99c9e2aa4ad57db2135654fc51b86082f2dd Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Fri, 13 May 2022 08:35:55 +1200 Subject: [PATCH] ifdLevel 2 --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index b957f1c6..db4e3c0f 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 ? 1 +, ifdLevel ? 2 , checkMaterialization ? false }: let