From e4adec36f321578e3b37c6b72f5836adaff894f1 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 9 Feb 2022 10:45:27 -0500 Subject: [PATCH] Set an env var in the build environment to point to the root of openldap --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 1882bbd3..3746530e 100644 --- a/flake.nix +++ b/flake.nix @@ -592,6 +592,8 @@ ] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] ); + OPENLDAP_ROOT = openldap; + shellHook = '' pushd $(git rev-parse --show-toplevel) >/dev/null