mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
7 lines
128 B
Nix
7 lines
128 B
Nix
{ bootPkgs }:
|
|
|
|
bootPkgs.callPackage ./base.nix {
|
|
inherit bootPkgs;
|
|
broken = true; # http://hydra.nixos.org/build/45110274
|
|
}
|