diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-03 21:19:42 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-03 21:19:42 +0530 |
| commit | 36290a95cff8a7e910c1c0fbb4acc8596e670ba2 (patch) | |
| tree | 4878c50be831f8707cba8f0ac16753116cbe62a9 /cachix | |
| parent | 8d144b97b06794f3f7006e236bd5b9debe0b7cf8 (diff) | |
hyprland!
Diffstat (limited to 'cachix')
| -rw-r--r-- | cachix/cuda-maintainers.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cachix/cuda-maintainers.nix b/cachix/cuda-maintainers.nix new file mode 100644 index 0000000..b1d70d6 --- /dev/null +++ b/cachix/cuda-maintainers.nix @@ -0,0 +1,13 @@ + +{ + nix = { + settings = { + substituters = [ + "https://cuda-maintainers.cachix.org" + ]; + trusted-public-keys = [ + "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" + ]; + }; + }; +} |
