Skip to content

Commit

Permalink
Try #1519:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] committed Jun 19, 2022
2 parents 48aa392 + 74b8924 commit 2df305b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/setup-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let
fi
done
[ -f ./Setup ] || (echo Failed to build Setup && exit 1)
runHook preBuild
runHook postBuild
'';

installPhase = ''
Expand Down
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 ? 3
, ifdLevel ? 1
, checkMaterialization ? false }:

let
Expand Down

0 comments on commit 2df305b

Please sign in to comment.