Skip to content

Instantly share code, notes, and snippets.

@dtw-waleee
dtw-waleee / nyxt-configurations.md
Last active January 11, 2023 02:16
Nyxt configuration examples
@dtw-waleee
dtw-waleee / cudatoolkit-overlay.nix
Created October 22, 2019 17:29
overriding version to 10.1
(self: super: {
cudatoolkit = super.cudatoolkit.overrideAttrs (old: rec {
version = "10.1.243";
src = super.fetchurl {
url = "https://developer.download.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.243_418.87.00_linux.run";
sha256 = "0caxhlv2bdq863dfp6wj7nad66ml81vasq2ayf11psvq2b12vhp9";
};
unpackPhase = ''
sh $src --keep --noexec