6 lines
100 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;
2017-02-27 02:10:34 -05:00
}