modules: remove unneeded use of options module arg
Needed by the following commit.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# When using nix-bitcoin as part of a larger system config, set
|
||||
# `nix-bitcoin.operator.name` to your main user name.
|
||||
|
||||
{ config, lib, pkgs, options, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user