proton cachy

This commit is contained in:
mjallen18
2026-04-21 10:51:33 -05:00
parent 80be0450a9
commit e887f7a0e5
3 changed files with 0 additions and 17 deletions

View File

@@ -55,7 +55,6 @@ in
++ (with pkgs.${namespace}; [
proton-cachyos
proton-cachyos-v3
proton-cachyos-v2
proton-cachyos-v1
]);
gamescopeSession = lib.mkDefault {

View File

@@ -8,10 +8,6 @@ _final: prev: {
variant = "cachyos-v3";
tarballSuffix = "-x86_64_v3.tar.xz";
};
proton-cachyos-v2 = prev.${namespace}.proton-cachyos.override {
variant = "cachyos-v2";
tarballSuffix = "-x86_64_v2.tar.xz";
};
proton-cachyos-v1 = prev.${namespace}.proton-cachyos.override {
variant = "cachyos";
tarballSuffix = "-x86_64.tar.xz";

View File

@@ -27,18 +27,6 @@
}
}
},
"cachyos-v2": {
"variables": {
"base": "10.0",
"release": "20260410",
"tarballSuffix": "-x86_64_v2.tar.xz"
},
"sources": {
"proton": {
"hash": "sha256-0DfHCr8orHa+u7i9wFtAttArwQKg5ntRYc0ECfHim+U="
}
}
},
"cachyos-v3": {
"variables": {
"base": "10.0",