retire pi4
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user