aboutsummaryrefslogtreecommitdiff
path: root/nixos/cachix/cuda-maintainers.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-18 10:33:00 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-18 10:33:00 +0530
commit357e96e6603406d539d89f0c6ed12b1bf0287dca (patch)
tree8b8a3c998c62d65a03e77ef1654fc48bc86d0de0 /nixos/cachix/cuda-maintainers.nix
parent85809c17dd2afde7005aecbcec59b4474aa54d1e (diff)
fuck cuda + added cloc + fixed the install script
now i have to make the username generic
Diffstat (limited to 'nixos/cachix/cuda-maintainers.nix')
-rw-r--r--nixos/cachix/cuda-maintainers.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/nixos/cachix/cuda-maintainers.nix b/nixos/cachix/cuda-maintainers.nix
deleted file mode 100644
index b1d70d6..0000000
--- a/nixos/cachix/cuda-maintainers.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-
-{
- nix = {
- settings = {
- substituters = [
- "https://cuda-maintainers.cachix.org"
- ];
- trusted-public-keys = [
- "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
- ];
- };
- };
-}