retire pi4

This commit is contained in:
mjallen18
2026-02-19 18:47:05 -06:00
parent d7958927b5
commit 0d835df1aa
23 changed files with 852 additions and 936 deletions

View File

@@ -70,13 +70,7 @@ in
isHardened = cachyConfig.cpuSched == "hardened";
isLibre = false;
updateScript = null;
tests = (prevAttrs.passthru.tests or { }) // {
plymouth = import ./test.nix {
inherit kernelPackages;
inherit (flakes) nixpkgs;
chaotic = flakes.self;
} final;
};
tests = null;
}
// optionalAttr "updateScript" (cachyConfig.withUpdateScript != null) (
callPackage ./update.nix {