From a96b31d4e1802ac33d69842165164983ff509cc3 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 5 Feb 2026 21:10:17 +0100 Subject: [PATCH] scripts: Fix BW_SESSION export --- scripts/nebula-regen-host-cert.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nebula-regen-host-cert.nix b/scripts/nebula-regen-host-cert.nix index a7ef614..1d6e75d 100644 --- a/scripts/nebula-regen-host-cert.nix +++ b/scripts/nebula-regen-host-cert.nix @@ -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)"