lib/types: remove port type again
Will be introduced as a taggedUnion, once that type is in nixpkgs.
This commit is contained in:
parent
3e3bfc66f7
commit
7fcd3892a9
|
@ -167,9 +167,6 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* A network port number */
|
|
||||||
port = ints.unsigned16;
|
|
||||||
|
|
||||||
str = mkOptionType {
|
str = mkOptionType {
|
||||||
name = "str";
|
name = "str";
|
||||||
description = "string";
|
description = "string";
|
||||||
|
|
Loading…
Reference in New Issue