feat: cuda bliad?

This commit is contained in:
s-prechtl 2025-11-04 22:38:55 +01:00
parent 4e7955c05f
commit 4cde3eb7c3

View file

@ -48,6 +48,7 @@ in {
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"nvidia-x11" "nvidia-x11"
"cuda_cudart"
"corefonts" "corefonts"
]; ];