delete unused file
This commit is contained in:
parent
d75437d577
commit
c9f55ba177
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
callPackage
|
|
||||||
|
|
||||||
, config
|
|
||||||
, sources
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
vmlinux = callPackage ./vmlinux.nix {
|
|
||||||
tree = sources.kernel;
|
|
||||||
inherit config;
|
|
||||||
};
|
|
||||||
|
|
||||||
uimage = callPackage ./uimage.nix { };
|
|
||||||
|
|
||||||
dtb = callPackage ./dtb.nix {
|
|
||||||
inherit (sources) openwrt kernel;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue