remove unused variable 'hexStr'
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user