Skip to content

Commit 1615545

Browse files
committed
Switch ghcjs builds to nixpkgs-unstable for Big Sur
1 parent 86ba981 commit 1615545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# We need to use the actual nixpkgs version we're working with here, since the values
4444
# of 'lib.systems.examples' are not understood between all versions
4545
let lib = nixpkgs.lib;
46-
in lib.optionalAttrs (nixpkgsName == "R2009" && (__elem compiler-nix-name ["ghc865" "ghc884"])) {
46+
in lib.optionalAttrs (nixpkgsName == "unstable" && (__elem compiler-nix-name ["ghc865" "ghc884"])) {
4747
inherit (lib.systems.examples) ghcjs;
4848
} // lib.optionalAttrs (system == "x86_64-linux" && (
4949
(nixpkgsName == "R2009" && __elem compiler-nix-name ["ghc8101" "ghc8102" "ghc8103" "ghc8104" "ghc810220201118"])

release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluating
22
# on a machine with e.g. no way to build the Darwin IFDs you need!
33
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
4-
, ifdLevel ? 3
4+
, ifdLevel ? 2
55
, checkMaterialization ? false }:
66

77
let

0 commit comments

Comments
 (0)