mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
scripts: Fix BW_SESSION export
This commit is contained in:
parent
f00f85074b
commit
a96b31d4e1
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ pkgs.writeShellApplication {
|
|||
|
||||
if ! declare -px BW_SESSION >/dev/null 2>&1; then
|
||||
BW_SESSION="$(bw unlock --raw || bw login --raw)"
|
||||
export BW_SESSION
|
||||
fi
|
||||
|
||||
ca_key="$(mktemp)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue