selectively picked cudaSupport

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 = {
allowUnfree = true;
cudaSupport = true;
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "corefonts" ];
permittedInsecurePackages = [
"aspnetcore-runtime-wrapped-6.0.36"