summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-01-19 01:29:48 +0100
committerAlan Pearce2025-01-19 01:29:48 +0100
commit8866de424e044b1139d4dc247aaeaaba3731455d (patch)
tree0e2fd28ac115a8332b09774cd5e07cfa12ea62c3 /flake.nix
parent44de199863ee8a8b1fe51ce6b08d4a3e606d554f (diff)
downloadnixfiles-8866de424e044b1139d4dc247aaeaaba3731455d.tar.lz
nixfiles-8866de424e044b1139d4dc247aaeaaba3731455d.tar.zst
nixfiles-8866de424e044b1139d4dc247aaeaaba3731455d.zip
flake: remove obsolete nixConfig for forked nh input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix
index 52777e81..46d17ac0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -162,14 +162,4 @@
         };
       };
     });
-
-
-  nixConfig = {
-    extra-substituters = [
-      "https://toyvo.cachix.org"
-    ];
-    extra-trusted-public-keys = [
-      "toyvo.cachix.org-1:s++CG1te6YaS9mjICre0Ybbya2o/S9fZIyDNGiD4UXs="
-    ];
-  };
 }