main: the module needs to ignore unused args

This commit is contained in:
Jeremy Wall 2024-02-23 11:24:37 -05:00
parent 584cb237fe
commit b1b65bbbec

View File

@ -52,6 +52,7 @@
config,
pkgs,
lib,
...
}: {
options = {
services.heracles.enable = lib.mkEnableOption "enable heracles service";