Skip to content

Commit

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

0 comments on commit 2a11145

Please sign in to comment.