mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
doc/option-types: fix attrTag example
Further down, `ssh = { drop = {}; };` is used.
This commit is contained in:
parent
3272eda198
commit
9992c0fd4d
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ If the you're interested in can be distinguished without a label, you may simpli
|
|||
options.destination = mkOption { … };
|
||||
};
|
||||
};
|
||||
ignore = types.mkOption {
|
||||
drop = types.mkOption {
|
||||
description = "Drop the packet without sending anything back.";
|
||||
type = types.submodule {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue