From a28099f2f64bad29db409787d84a2ef7ad840351 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Tue, 3 Aug 2021 13:43:06 +1200 Subject: [PATCH] Put ifdLevel back to 3 (#1187) I forgot to bump it back after setting it to 2 in #1184 --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index ac02dac944..8f05fc06be 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