d222538732
This has been fixed in #30214
6 lines
71 B
Nix
6 lines
71 B
Nix
{ bootPkgs }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs;
|
|
}
|