Add type port as an alias to u16
This commit is contained in:
parent
f3de52d25c
commit
161c0765ad
@ -169,6 +169,9 @@ rec {
|
|||||||
# s32 = sign 32 4294967296;
|
# s32 = sign 32 4294967296;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Alias of u16 for a port number
|
||||||
|
port = ints.u16;
|
||||||
|
|
||||||
float = mkOptionType rec {
|
float = mkOptionType rec {
|
||||||
name = "float";
|
name = "float";
|
||||||
description = "floating point number";
|
description = "floating point number";
|
||||||
|
Loading…
Reference in New Issue
Block a user