aboutsummaryrefslogtreecommitdiff
path: root/cachix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-09-07 17:57:15 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-09-07 17:57:15 +0530
commitc4e46f4ee64a0096bb836de0346d3ca5ff2b8145 (patch)
treefd0f7a9770ce3c10c35a2aeb5b164e1a82764b48 /cachix
parent112e4055f7ed2f038483988d292152011235d715 (diff)
deletion changes
Diffstat (limited to 'cachix')
-rw-r--r--cachix/cuda-maintainers.nix13
-rw-r--r--cachix/nix-community.nix13
2 files changed, 0 insertions, 26 deletions
diff --git a/cachix/cuda-maintainers.nix b/cachix/cuda-maintainers.nix
deleted file mode 100644
index b1d70d6..0000000
--- a/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="
- ];
- };
- };
-}
diff --git a/cachix/nix-community.nix b/cachix/nix-community.nix
deleted file mode 100644
index 7fc4c65..0000000
--- a/cachix/nix-community.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-
-{
- nix = {
- settings = {
- substituters = [
- "https://nix-community.cachix.org"
- ];
- trusted-public-keys = [
- "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- ];
- };
- };
-}