Files
nix-config/packages/linux-cachyos/regen-config.sh
mjallen18 46d35ab70e versions
2026-03-04 15:55:38 -06:00

9 lines
388 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
# -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