selectively picked cudaSupport
Some checks failed
Weekly NixOS Build & Cache / build-and-cache (push) Failing after 2h0m53s

This commit is contained in:
Danilo Reyes
2026-01-18 17:58:33 -06:00
parent 4f87fec66e
commit 0f65ad5217
2 changed files with 3 additions and 1 deletions

View File

@@ -71,7 +71,6 @@
}; };
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
cudaSupport = true;
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "corefonts" ]; allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "corefonts" ];
permittedInsecurePackages = [ permittedInsecurePackages = [
"aspnetcore-runtime-wrapped-6.0.36" "aspnetcore-runtime-wrapped-6.0.36"

View File

@@ -10,6 +10,9 @@ in
_final: prev: { _final: prev: {
handbrake = prev.handbrake.override { useGtk = true; }; handbrake = prev.handbrake.override { useGtk = true; };
ripgrep = prev.ripgrep.override { withPCRE2 = true; }; ripgrep = prev.ripgrep.override { withPCRE2 = true; };
blender = prev.blender.override { cudaSupport = true; };
sunshine = prev.sunshine.override { cudaSupport = true; };
obs-studio = prev.obs-studio.override { cudaSupport = true; };
nautilus = prev.nautilus.overrideAttrs (old: { nautilus = prev.nautilus.overrideAttrs (old: {
buildInputs = buildInputs =
old.buildInputs old.buildInputs