This commit is contained in:
mjallen18
2026-02-20 20:53:14 -06:00
parent afccded50c
commit 974b696ef8
2 changed files with 14 additions and 15 deletions

View File

@@ -2,8 +2,7 @@
set -eu set -eu
# -gcc,-server,-lts,-rc,-hardened, # -gcc,-server,-lts,-rc,-hardened,
# ,-rc-lto, -lts-lto,-hardened-lto, -lto,
for flavor in cachyos{-lto,-server-lto,-lts-lto,-rc-lto,-hardened-lto}; do for flavor in cachyos{-server-lto,-lto-znver4,-server-lto-znver4}; do
nom build ".#nixosConfigurations.jallen-nas.pkgs.mjallen.linuxPackages_${flavor}.kernel" nom build ".#nixosConfigurations.jallen-nas.pkgs.mjallen.linuxPackages_${flavor}.kernel"
attic push nas-cache result*
done done

View File

@@ -6,36 +6,36 @@
"sources": { "sources": {
"linux": { "linux": {
"fetcher": "none", "fetcher": "none",
"version": "6.19.2", "version": "6.19.3",
"hash": "sha256-iGEZgVgszrfN1NaI2diBBzz0l3F2JSGTojym1LmC7lo=" "hash": "sha256-DkdJaK38vuMpFv0BqJ2Mz9EWjY0yVp52pcZkx5MZjr4="
}, },
"config": { "config": {
"fetcher": "github", "fetcher": "github",
"owner": "CachyOS", "owner": "CachyOS",
"repo": "linux-cachyos", "repo": "linux-cachyos",
"rev": "5ece16c7b4a7d1261da68153cafc318a60b78ce8", "rev": "39737576a25091a3c4ca00729b769a1f92ec98d5",
"hash": "sha256-akyds1g8cb742d2OrnQ4YciscpynsQ0+0YD2a8aZdvo=" "hash": "sha256-+zDtnmXNyMd3hMepErdPDZzqYS0PiZA0Anbbx9Pvs4g="
}, },
"patches": { "patches": {
"fetcher": "github", "fetcher": "github",
"owner": "CachyOS", "owner": "CachyOS",
"repo": "kernel-patches", "repo": "kernel-patches",
"rev": "cb320a13e3c92f32ada27acb1fba8a828a22ae60", "rev": "505aef2086e584ba683a5ac1cb8ed8252fea2cfd",
"hash": "sha256-GftqKiyIgMcSgVkbNqXQq7oNnoL1+EB9V71XG4lPBRs=" "hash": "sha256-SuockPZgd2bfjWGmdT8AUBTnBZWvxdA+b8Ss98lNC6c="
}, },
"zfs": { "zfs": {
"fetcher": "git", "fetcher": "git",
"url": "https://github.com/cachyos/zfs.git", "url": "https://github.com/cachyos/zfs.git",
"rev": "4ddaf45ba468c6953a4fcdbfe79795f74fa6e489", "rev": "3bf17cf5387fa5e0044a6321e663aead38b45969",
"hash": "sha256-ZYN+l7iaIkC+Lma1QT96iAwHt+rbLEmiHQFgTk8/8B0=" "hash": "sha256-ZYN+l7iaIkC+Lma1QT96iAwHt+1bLEmiHQFgTk8/8B0="
} }
}, },
"variants": { "variants": {
"lts": { "lts": {
"sources": { "sources": {
"linux": { "linux": {
"version": "6.18.8", "version": "6.18.13",
"hash": "sha256-N/DF1cJCwdYE6H1I8IeV6GGlqF9yW0yhHQpTjxL/jP8=" "hash": "sha256-7Sw8Vf045oNsCU/ONW8lZ/lRYTC3M1SimFeWA2jFaH8="
} }
} }
}, },
@@ -46,8 +46,8 @@
"hash": "sha256-oNENklaRhhcEryz9brMCfqgNHN2oYjodtrIbPncazQk=" "hash": "sha256-oNENklaRhhcEryz9brMCfqgNHN2oYjodtrIbPncazQk="
}, },
"zfs": { "zfs": {
"rev": "4ddaf45ba468c6953a4fcdbfe79795f74fa6e489", "rev": "3bf17cf5387fa5e0044a6321e663aead38b45969",
"hash": "sha256-KaN24a1nXwOoHahglRWSypqxlE5jMuuZVIOVd1CDrqQ=" "hash": "sha256-KaN24a1nXwOoHahglRWSypqxlE5jM1uZVIOVd1CDrqQ="
} }
} }
}, },