Loading
nixos/prometheus.exporters.bitcoin: fix SC2155
Declare and assign separately `BITCOIN_RPC_PASSWORD` to avoid masking return values. This will have the service fail at startup if `cfg.rpcPasswordFile` does not exist. Ref: https://www.shellcheck.net/wiki/SC2155