lib/types: remove port type again

Will be introduced as a taggedUnion, once that type is in nixpkgs.
This commit is contained in:
Profpatsch 2017-10-31 12:47:49 +01:00
parent 3e3bfc66f7
commit 7fcd3892a9

View file

@ -167,9 +167,6 @@ rec {
};
/* A network port number */
port = ints.unsigned16;
str = mkOptionType {
name = "str";
description = "string";