cleanup
This commit is contained in:
@@ -12,7 +12,6 @@ let
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
inherit self;
|
||||
};
|
||||
ubootPackages = final.callPackage ../../packages/uboot { };
|
||||
in
|
||||
{
|
||||
${namespace} = prev.${namespace} // {
|
||||
@@ -51,14 +50,5 @@ in
|
||||
linuxPackages_cachyos-rc-lto-znver4 = cachyosPackages.cachyos-rc-lto-znver4;
|
||||
# Steamdeck
|
||||
linuxPackages_cachyos-deckify-lto = cachyosPackages.cachyos-deckify-lto;
|
||||
|
||||
uboot-pi5 = ubootPackages.ubootRaspberryPi5;
|
||||
uboot-pi4 = ubootPackages.ubootRaspberryPi4;
|
||||
linuxPackages_rpi5 = final.linuxPackagesFor (final.${namespace}.linux-rpi);
|
||||
linuxPackages_rpi4 = final.linuxPackagesFor (
|
||||
final.${namespace}.linux-rpi.override {
|
||||
rpiVersion = 4;
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user