modules: remove unneeded use of options module arg
Needed by the following commit.
This commit is contained in:
parent
cf70d05be0
commit
731cf647ff
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue