[bot] nixos/*: remove unused arguments in lambdas
This commit is contained in:
@@ -14,7 +14,7 @@ with pkgs; {
|
||||
};
|
||||
|
||||
nodes = {
|
||||
master = { pkgs, config, ... }:
|
||||
master = { ... }:
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user