remove unused variable 'hexStr'

This commit is contained in:
Erik Arvstedt 2020-04-07 23:05:00 +02:00
parent 4e92b1c818
commit 1a2271fb14
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ let
# Extra config options (from bitcoind nixos service)
${cfg.extraConfig}
'';
hexStr = types.strMatching "[0-9a-f]+";
rpcUserOpts = { name, ... }: {
options = {
name = mkOption {