This commit is contained in:
mjallen18
2026-03-04 15:55:38 -06:00
parent 0dc60c261b
commit 46d35ab70e
2 changed files with 9704 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -eu
# -rc -rc-lto
for flavor in cachyos{-gcc,-lto,-lto-full,-server,-lts,-hardened,-server-lto,-lts-lto,-hardened-lto}; do
# -rc -rc-lto, lts, lts-lto
for flavor in cachyos{-gcc,-lto,-lto-full,-server,-hardened,-server-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