Skip to content

Commit

Permalink
fix(nix): Add CUDA package to allowed_unfree
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 19, 2024
1 parent a5e89fc commit be800c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-modules/allowed-unfree.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

# CUDA support (e.g. for Ollama)
"libcublas"
"libcufft"
] ||
# CUDA has like a billion different packages for some reason
# so just allow all CUDA packages
Expand Down

0 comments on commit be800c5

Please sign in to comment.