7 lines
159 B
Nix
Raw Normal View History

2018-01-18 16:39:15 -05:00
{ bootPkgs, cabal-install }:
2017-02-27 02:10:34 -05:00
bootPkgs.callPackage ./base.nix {
2018-01-18 16:39:15 -05:00
inherit bootPkgs cabal-install;
2018-03-05 12:36:34 +01:00
broken = true; # https://hydra.nixos.org/build/70552553
2017-02-27 02:10:34 -05:00
}