7 lines
128 B
Nix
7 lines
128 B
Nix
{ bootPkgs }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs;
|
|
broken = true; # http://hydra.nixos.org/build/45110274
|
|
}
|