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"