mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 02:51:18 +00:00
d222538732
This has been fixed in #30214
6 lines
71 B
Nix
6 lines
71 B
Nix
{ bootPkgs }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs;
|
|
}
|