mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 19:15:39 +00:00
7 lines
159 B
Nix
7 lines
159 B
Nix
{ bootPkgs, cabal-install }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs cabal-install;
|
|
broken = true; # https://hydra.nixos.org/build/70552553
|
|
}
|