forked from mirrors/nixpkgs
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;
|
||||
};
|
||||
|
||||
# Alias of u16 for a port number
|
||||
port = ints.u16;
|
||||
|
||||
float = mkOptionType rec {
|
||||
name = "float";
|
||||
description = "floating point number";
|
||||
|
|
Loading…
Reference in a new issue