diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-09 12:04:28 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-09 12:04:28 +0200 |
commit | 865f0c7d0c1889b06025bcc299925236405400ca (patch) | |
tree | 1c26feb3de4a1f77131b2e83b083fb422008bbd5 /nix | |
parent | 906fe78b240b23a58e37468283eeca89e05798bb (diff) | |
download | garage-865f0c7d0c1889b06025bcc299925236405400ca.tar.gz garage-865f0c7d0c1889b06025bcc299925236405400ca.zip |
Add LMDB to debug builds
Diffstat (limited to 'nix')
-rw-r--r-- | nix/compile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/compile.nix b/nix/compile.nix index c2f557da..efd88bbf 100644 --- a/nix/compile.nix +++ b/nix/compile.nix @@ -189,7 +189,7 @@ let rootFeatures = if features != null then features else - ([ "garage/bundled-libs" "garage/sled" "garage/k2v" ] ++ (if release then [ + ([ "garage/bundled-libs" "garage/sled" "garage/lmdb" "garage/k2v" ] ++ (if release then [ "garage/consul-discovery" "garage/kubernetes-discovery" "garage/metrics" |