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-11-05 15:56:32 +01:00
parent 3e3bfc66f7
commit 7fcd3892a9
-3
View File
@@ -167,9 +167,6 @@ rec {
};
/* A network port number */
port = ints.unsigned16;
str = mkOptionType {
name = "str";
description = "string";