Skip to content

Commit 327a7f3

Browse files
committed
Revert "pkgs: refac, init linux-cachyos-latest-lto build"
This reverts commit e9a6be4.
1 parent e9a6be4 commit 327a7f3

File tree

3 files changed

+0
-119
lines changed

3 files changed

+0
-119
lines changed

flake.lock

Lines changed: 0 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
url = "github:nix-community/nix-index-database";
1717
inputs.nixpkgs.follows = "nixpkgs";
1818
};
19-
nix-cachyos-kernel = {
20-
url = "github:xddxdd/nix-cachyos-kernel";
21-
inputs.nixpkgs.follows = "nixpkgs";
22-
};
2319
};
2420

2521
outputs =

pkgs/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ with import inputs.nixpkgs {
2121
submarine = callPackage ./submarine { };
2222
warcraftlogs = callPackage ./warcraftlogs-uploader { };
2323

24-
# External packages to be built
25-
linux-cachyos-latest-lto =
26-
inputs.nix-cachyos-kernel.packages.${system}.linux-cachyos-latest-lto.overrideAttrs
27-
(oldAttrs: {
28-
meta = oldAttrs.meta // {
29-
platforms = [ "x86_64-linux" ];
30-
};
31-
});
32-
3324
# Aliases
3425
chrultrabook-tools = throw "chrultrabook-tools has been removed in favor of the upstream flake";
3526
linux_mt81 = throw "'linux_mt81' has been refactored to 'linux_cros'";

0 commit comments

Comments
 (0)