versions
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user