diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 10 |
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=" - ]; - }; } |