Skip to content

Commit

Permalink
bitwarden-desktop: export _logHook for sub-shell
Browse files Browse the repository at this point in the history
(cherry picked from commit 85b5ae2)
  • Loading branch information
Emilio Ziniades authored and dotlambda committed Aug 19, 2024
1 parent 161aae3 commit ad3a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/bi/bitwarden-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ in buildNpmPackage rec {
pushd ${cargoRoot}
export HOME=$(mktemp -d)
export -f cargoCheckHook runHook _eval _callImplicitHook
export -f cargoCheckHook runHook _eval _callImplicitHook _logHook
export cargoCheckType=release
dbus-run-session \
--config-file=${dbus}/share/dbus-1/session.conf \
Expand Down

0 comments on commit ad3a683

Please sign in to comment.