aboutsummaryrefslogtreecommitdiff
path: root/lib/options.nix
diff options
context:
space:
mode:
authordanbst <abcz2.uprola@gmail.com>2019-01-26 21:44:05 +0200
committerdanbst <abcz2.uprola@gmail.com>2019-01-31 00:41:10 +0200
commit27982b408e465554b8831f492362bc87ed0ec02a (patch)
tree9d91ef0747a5e1ed4a425e3e86a1b7172a8a16e4 /lib/options.nix
parentaa2e63ce5ed6e24d73eaefe61489ece46f7460d7 (diff)
types.optionSet: deprecate and remove last usages
Diffstat (limited to 'lib/options.nix')
-rw-r--r--lib/options.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/options.nix b/lib/options.nix
index 791930eafbd0..5cea99067aab 100644
--- a/lib/options.nix
+++ b/lib/options.nix
@@ -48,8 +48,6 @@ rec {
visible ? null,
# Whether the option can be set only once
readOnly ? null,
- # Obsolete, used by types.optionSet.
- options ? null
} @ attrs:
attrs // { _type = "option"; };