aboutsummaryrefslogtreecommitdiff
path: root/cachix/cuda-maintainers.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-09-03 21:19:42 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-09-03 21:19:42 +0530
commit36290a95cff8a7e910c1c0fbb4acc8596e670ba2 (patch)
tree4878c50be831f8707cba8f0ac16753116cbe62a9 /cachix/cuda-maintainers.nix
parent8d144b97b06794f3f7006e236bd5b9debe0b7cf8 (diff)
hyprland!
Diffstat (limited to 'cachix/cuda-maintainers.nix')
-rw-r--r--cachix/cuda-maintainers.nix13
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="
+ ];
+ };
+ };
+}