From 37ef435bfcfd71e8881fe2907d9db23ca5da879f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 14 Nov 2024 22:39:36 -0500 Subject: Add curl to path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 359e054..bfdc468 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ ''; }; lldap-cli-wrapped = pkgs.writeShellScriptBin "lldap-cli" '' - export PATH=${pkgs.lldap}/bin:$PATH + export PATH=${pkgs.lldap}/bin:${pkgs.curl}/bin:$PATH ${lldap-cli}/bin/lldap-cli "$@" ''; -- cgit v1.2.3