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