switch to int
This commit is contained in:
parent
9c362bea66
commit
06a41da225
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
port = "8999";
|
||||
port = 8999;
|
||||
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue