global cuda support

This commit is contained in:
Danilo Reyes
2026-01-18 17:20:33 -06:00
parent 8c539ca436
commit 4f87fec66e
2 changed files with 1 additions and 1 deletions

View File

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

View File

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