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
# -gcc,-server,-lts,-rc,-hardened,
for flavor in cachyos{-lto,-server-lto,-lts-lto,-rc-lto,-hardened-lto}; do
# ,-rc-lto, -lts-lto,-hardened-lto, -lto,
for flavor in cachyos{-server-lto,-lto-znver4,-server-lto-znver4}; do
nom build ".#nixosConfigurations.jallen-nas.pkgs.mjallen.linuxPackages_${flavor}.kernel"
attic push nas-cache result*
done