mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +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
|
@ -257,7 +257,7 @@ let
|
|||
|
||||
system = config.nixpkgs.localSystem.system;
|
||||
|
||||
bindMountOpts = { name, config, ... }: {
|
||||
bindMountOpts = { name, ... }: {
|
||||
|
||||
options = {
|
||||
mountPoint = mkOption {
|
||||
|
@ -284,7 +284,7 @@ let
|
|||
|
||||
};
|
||||
|
||||
allowedDeviceOpts = { name, config, ... }: {
|
||||
allowedDeviceOpts = { ... }: {
|
||||
options = {
|
||||
node = mkOption {
|
||||
example = "/dev/net/tun";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue