mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-23 14:56:43 +03:00
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)
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
hexStr = types.strMatching "[0-9a-f]+";
|
||||
rpcUserOpts = { name, ... }: {
|
||||
options = {
|
||||
name = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user