all repos — nixfiles @ 8866de424e044b1139d4dc247aaeaaba3731455d

System and user configuration, managed by nix and home-manager

flake: remove obsolete nixConfig for forked nh input
Alan Pearce alan@alanpearce.eu
Sun, 19 Jan 2025 01:29:48 +0100
commit

8866de424e044b1139d4dc247aaeaaba3731455d

parent

44de199863ee8a8b1fe51ce6b08d4a3e606d554f

1 files changed, 0 insertions(+), 10 deletions(-)

jump to
M flake.nixflake.nix
@@ -162,14 +162,4 @@ ];         };
       };
     });
-
-
-  nixConfig = {
-    extra-substituters = [
-      "https://toyvo.cachix.org"
-    ];
-    extra-trusted-public-keys = [
-      "toyvo.cachix.org-1:s++CG1te6YaS9mjICre0Ybbya2o/S9fZIyDNGiD4UXs="
-    ];
-  };
 }