summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index dfabb683..341e3514 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,11 +19,6 @@
     deploy-rs.url = "github:serokell/deploy-rs";
   };
 
-  nixConfig = {
-    extra-substituters = [ "https://deploy-rs.cachix.org" ];
-    extra-trusted-public-keys = [ "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" ];
-  };
-
   outputs =
     inputs@
     { self