mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
[bot] nixos/*: remove unused arguments in lambdas
This commit is contained in:
parent
1a6af9f88e
commit
2e979e8ceb
279 changed files with 419 additions and 424 deletions
|
@ -7,10 +7,10 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||
};
|
||||
|
||||
nodes = {
|
||||
machine = { config, lib, pkgs, ... }: {
|
||||
machine = { ... }: {
|
||||
users.mutableUsers = false;
|
||||
};
|
||||
mutable = { config, lib, pkgs, ... }: {
|
||||
mutable = { ... }: {
|
||||
users.mutableUsers = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue