Skip to content

Commit

Permalink
fix(nix): Allow all CUDA packages in allowed_unfree
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 19, 2024
1 parent 2a11145 commit 29dfbed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos-modules/allowed-unfree.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
] ||
# CUDA has like a billion different packages for some reason
# so just allow all CUDA packages
(builtins.trace pkg.meta.license pkg.meta.license)
== lib.licenses.nvidiaCudaRedist;
pkg.meta.license.shortName == "CUDA EULA";
}

0 comments on commit 29dfbed

Please sign in to comment.