Skip to content

Commit

Permalink
Try #1023:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] committed Jan 28, 2021
2 parents a404de5 + b6cbac3 commit 3499f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci.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 ? 3
, ifdLevel ? 1
# Whether or not we are evaluating in restricted mode. This is true in Hydra, but not in Hercules.
, restrictEval ? false
, checkMaterialization ? false }:
Expand Down
4 changes: 2 additions & 2 deletions compiler/ghc/default.nix
Expand Up @@ -37,8 +37,8 @@

, enableLibraryProfiling ? true

, # Whether to build terminfo. Musl fails to build terminfo as ncurses seems to be linked to glibc
enableTerminfo ? !stdenv.targetPlatform.isWindows && !stdenv.targetPlatform.isMusl
, # Whether to build terminfo.
enableTerminfo ? !stdenv.targetPlatform.isWindows

, # What flavour to build. An empty string indicates no
# specific flavour and falls back to ghc default values.
Expand Down

0 comments on commit 3499f08

Please sign in to comment.