From 77b1102815cd9fa0cd438e937cb212aef2fa0ae8 Mon Sep 17 00:00:00 2001 From: Jamie Bertram Date: Thu, 16 Mar 2023 10:05:48 -0400 Subject: [PATCH] Add fix curl resolution --- deploy/operables.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/operables.nix b/deploy/operables.nix index c6903ba968..d4d22ace82 100644 --- a/deploy/operables.nix +++ b/deploy/operables.nix @@ -2,7 +2,7 @@ let inherit (inputs) self std nixpkgs bitte-cells; inherit (self) packages; - inherit (nixpkgs) lib curl; + inherit (nixpkgs) lib; inherit (nixpkgs.legacyPackages) jq sqitchPg @@ -11,6 +11,7 @@ let writeShellScriptBin socat netcat + curl ; inherit (inputs.bitte-cells._utils.packages) srvaddr;