cachy kernel naming

This commit is contained in:
mjallen18
2025-12-12 13:25:50 -06:00
parent 41063a1ef7
commit ce39a330b1
9 changed files with 250 additions and 205 deletions

View File

@@ -8,28 +8,34 @@
programs.ccache = {
enable = true;
packageNames = [
# "ffmpeg"
# "ffmpeg-full"
# "ffmpeg-headless-rpi"
# "gjs"
# "gst-plugins-bad"
# "gtk4"
# "jemalloc"
# "libcamera-rpi"
# "libraspberrypi"
# "libsecret"
# "linux"
# "opencv"
# "pipewire"
# "qemu"
# # qemu.pname
# "raspberrypi-utils"
# "sdl"
# "sdl2"
# "torch"
# "uv"
# "webkitgtk"
# # "yubioath-flutter"
"cachyos-lto"
"cachyos-lto-x86_64-unknown-linux-gnu-6.18.0"
"cachyos-lto-x86_64-unknown-linux-gnu"
"cachyos-lto-znver4"
"cachyos-server-lto"
"cachyos-server-lto-znver4"
"ffmpeg"
"ffmpeg-full"
"ffmpeg-headless-rpi"
"gjs"
"gst-plugins-bad"
"gtk4"
"jemalloc"
"libcamera-rpi"
"libraspberrypi"
"libsecret"
"linux"
"opencv"
"pipewire"
"qemu"
# qemu.pname
"raspberrypi-utils"
"sdl"
"sdl2"
"torch"
"uv"
"webkitgtk"
# "yubioath-flutter"
];
cacheDir = "/var/cache/ccache"; # default location
};