Skip to content

Commit

Permalink
Add fix curl resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Mar 16, 2023
1 parent 78f4a05 commit 77b1102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/operables.nix
Expand Up @@ -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
Expand All @@ -11,6 +11,7 @@ let
writeShellScriptBin
socat
netcat
curl
;
inherit (inputs.bitte-cells._utils.packages) srvaddr;

Expand Down

0 comments on commit 77b1102

Please sign in to comment.