This commit is contained in:
mjallen18
2026-02-10 20:07:40 -06:00
parent 535fdc2f86
commit 28c6306182
11 changed files with 1745 additions and 689 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -eu
for flavor in cachyos{-gcc,-lto,-lto-full,-server,-lts,-rc,-hardened,-server-lto,-lts-lto,-rc-lto,-hardened-lto}; do
# -rc -rc-lto
for flavor in cachyos{-gcc,-lto,-lto-full,-server,-lts,-hardened,-server-lto,-lts-lto,-hardened-lto}; do
cat "$(nom build ".#nixosConfigurations.jallen-nas.pkgs.mjallen.linuxPackages_${flavor}.kernel.kconfigToNix" --no-link --print-out-paths)" \
>"/etc/nixos/packages/linux-cachyos/config-nix/x86_64-linux/${flavor}.x86_64-linux.nix"
done