From 543c5fd968270b526d1cd1f56bc6c35450bef04f Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 12 Jun 2022 21:28:39 +0100 Subject: [PATCH] devshell: Remove Nix `http-connections` config --- devshell/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/devshell/default.nix b/devshell/default.nix index f572474..4d5883c 100644 --- a/devshell/default.nix +++ b/devshell/default.nix @@ -12,7 +12,6 @@ in NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf" '' experimental-features = nix-command flakes ca-derivations - http-connections = 4 ''); INSTALLER_SSH_OPTS = "-i .keys/deploy.key";