delete unused file

module-based-network
Daniel Barlow 2023-03-03 21:38:43 +00:00
parent d75437d577
commit c9f55ba177
1 changed files with 0 additions and 18 deletions

View File

@ -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;
};
}