Skip to content

Commit

Permalink
Put ifdLevel back to 3 (#1187)
Browse files Browse the repository at this point in the history
I forgot to bump it back after setting it to 2 in #1184
  • Loading branch information
hamishmack authored Aug 3, 2021
1 parent 6d0ae5f commit a28099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a28099f

Please sign in to comment.