7 lines
89 B
Nix
7 lines
89 B
Nix
{ bootPkgs }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs;
|
|
broken = false;
|
|
}
|