File tree Expand file tree Collapse file tree 3 files changed +0
-119
lines changed
Expand file tree Collapse file tree 3 files changed +0
-119
lines changed Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff 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'" ;
You can’t perform that action at this time.
0 commit comments