diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-14 22:39:36 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-14 22:39:36 -0500 |
| commit | 37ef435bfcfd71e8881fe2907d9db23ca5da879f (patch) | |
| tree | 15d5481ff20b4318df679f8adf1dcd026922d4c7 | |
| parent | 6e56daec8d09f16d78152bb53cdd83bee56e130a (diff) | |
Add curl to path
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" ''; |
