This commit is contained in:
mjallen18
2025-12-30 14:28:48 -06:00
parent b36ae0914c
commit b216fe5215
15 changed files with 667 additions and 59 deletions

View File

@@ -7,6 +7,7 @@ let
nixpkgs = inputs.nixpkgs;
inherit self;
};
ubootPackages = final.callPackage ../../packages/uboot { };
in
{
${namespace} = prev.${namespace} // {
@@ -33,5 +34,7 @@ in
# RC
linuxPackages_cachyos-rc-lto = cachyosPackages.cachyos-rc-lto;
linuxPackages_cachyos-rc-lto-znver4 = cachyosPackages.cachyos-rc-lto-znver4;
uboot-pi5 = ubootPackages.ubootRaspberryPi5;
};
}