This commit is contained in:
mjallen18
2026-03-13 13:38:53 -05:00
parent 3862a6b651
commit 9737b3af9f
8 changed files with 17 additions and 215 deletions

View File

@@ -19,9 +19,7 @@
}:
let
version =
if cachyConfig.taste == "linux-cachyos-asahi" then
cachyConfig.versions.linux.version
else if stdenv.isAarch64 then
if stdenv.isAarch64 then
"6.12.47"
else
cachyConfig.versions.linux.version;