We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954b73f commit 0d35e65Copy full SHA for 0d35e65
release.nix
@@ -1,7 +1,7 @@
1
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluting
2
# on a machine with e.g. no way to build the Darwin IFDs you need!
3
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
4
-, ifdLevel ? 1 }:
+, ifdLevel ? 2 }:
5
6
let
7
inherit (import ./ci-lib.nix) stripAttrsForHydra filterDerivations;
0 commit comments