Skip to content

Commit

Permalink
Merge pull request #266 from clacke/no-darwin-release
Browse files Browse the repository at this point in the history
Problem: Hydra fails evaluation b/c Darwin down
  • Loading branch information
sjmackenzie authored May 15, 2019
2 parents 171c706 + 40ba22d commit 900efb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ in
fi
'';
latest-nixpkgs = genJobs (pkgs { pkgs = import <nixpkgs>; });
x86_64-darwin = genJobs (pkgs { system = "x86_64-darwin"; }) // {
latest-nixpkgs = genJobs (pkgs { pkgs = import <nixpkgs>; system = "x86_64-darwin"; });
};
} // lib.optionalAttrs isTravis {
stage0-nix-prerequisites = (pkgs {}).racket2nix-stage0.buildInputs;
travisOrder = [ "pkgs-all" "stage0-nix-prerequisites" "racket2nix" "tests.light-tests"
Expand Down

0 comments on commit 900efb3

Please sign in to comment.