remove unused variable 'hexStr'

This commit is contained in:
Erik Arvstedt
2020-04-07 23:05:00 +02:00
parent 4e92b1c818
commit 1a2271fb14

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 {