Skip to content

Commit

Permalink
overlays: rollback default CUDA packages
Browse files Browse the repository at this point in the history
Work around for NixOS/nixpkgs#338315
  • Loading branch information
msfjarvis committed Sep 15, 2024
1 parent 7d2683e commit ae772bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlays/default/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ _final: prev: {
});
# Set default fonts
nerdfonts = prev.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
cudaPackages = prev.cudaPackages_12_3;
qbittorrent = prev.qbittorrent.override { guiSupport = false; };
}

0 comments on commit ae772bc

Please sign in to comment.