mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +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
|
|
}
|