[bot] nixos/*: remove unused arguments in lambdas
This commit is contained in:
@@ -22,7 +22,7 @@ let
|
||||
Deny-IP=${concatStringsSep " " cfg.deniedIPRanges}
|
||||
'';
|
||||
|
||||
nylonOpts = { name, config, ... }: {
|
||||
nylonOpts = { name, ... }: {
|
||||
|
||||
options = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user