summaryrefslogtreecommitdiff
path: root/modules/nixpkgs.nix
blob: 206983c5ef69ec62e503ffee99c4db88f90950ec (plain) (blame)
1
2
3
4
5
6
{
  nixpkgs.config = {
    cudaSupport = true;
    allowUnfree = true;
  };
}