mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
7 lines
89 B
Nix
7 lines
89 B
Nix
{ bootPkgs }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs;
|
|
broken = false;
|
|
}
|