Files
nix-config/packages/linux-cachyos/build-all.sh
mjallen18 974b696ef8 cachy
2026-02-20 20:53:19 -06:00

9 lines
272 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
# -gcc,-server,-lts,-rc,-hardened,
# ,-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"
done