Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3455 from input-output-hk/cache-cabal2nix
Browse files Browse the repository at this point in the history
also cache cabal2nix on hydra
  • Loading branch information
cleverca22 authored Aug 22, 2018
2 parents 7dfe7cb + f6d7573 commit def30e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ let
};
in mapped // {
inherit tests;
inherit (pkgs) cabal2nix;
nixpkgs = let
wrapped = pkgs.runCommand "nixpkgs" {} ''
ln -sv ${fixedNixpkgs} $out
Expand Down

0 comments on commit def30e7

Please sign in to comment.