vault-bin: set dontStrip for darwin

immediately errors unless this is set
This commit is contained in:
zowoq
2021-12-05 06:10:52 +10:00
parent 1a119b223c
commit 60252466ba
+2
View File
@@ -51,6 +51,8 @@ in stdenv.mkDerivation {
runHook postInstall
'';
dontStrip = stdenv.isDarwin;
meta = with lib; {
homepage = "https://www.vaultproject.io";
description = "A tool for managing secrets, this binary includes the UI";