This commit is contained in:
mjallen18
2025-12-26 16:20:02 -06:00
parent 4604e24ee5
commit afb60fc031
10 changed files with 573 additions and 5 deletions

View File

@@ -41,10 +41,14 @@
"linuxPackages_cachyos-lto-server"
"linuxPackages_cachyos-lto-server-znver4"
"mesa"
"mesa_i686"
"mesa-radeonsi-jupiter"
"mesa-radv-jupiter"
"mgba"
"onnxruntime"
"opencv"
"opencv4"
"opencv4WithoutCuda"
"pipewire"
"qemu"
"qemu_kvm"
@@ -68,6 +72,8 @@
(_self: super: {
${namespace} = super.${namespace} // {
linux-rpi = super.${namespace}.linux-rpi.override { stdenv = super.ccacheStdenv; };
libraspberrypi = super.${namespace}.libraspberrypi.override { stdenv = super.ccacheStdenv; };
raspberrypi-utils = super.${namespace}.raspberrypi-utils.override { stdenv = super.ccacheStdenv; };
};
})
(_self: super: {