remove unused variable 'hexStr'
This commit is contained in:
parent
4e92b1c818
commit
1a2271fb14
@ -41,7 +41,6 @@ let
|
|||||||
# Extra config options (from bitcoind nixos service)
|
# Extra config options (from bitcoind nixos service)
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
'';
|
'';
|
||||||
hexStr = types.strMatching "[0-9a-f]+";
|
|
||||||
rpcUserOpts = { name, ... }: {
|
rpcUserOpts = { name, ... }: {
|
||||||
options = {
|
options = {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user