nework -> network

This commit is contained in:
niten 2023-11-03 11:02:32 -07:00
parent d2c0c3074a
commit e579752612
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
with pkgs.lib;
let
inherit (pkgs.lib.ip) networkMinIp neworkMaxButOneIp ipv4OnNetwork;
inherit (pkgs.lib.ip) networkMinIp networkMaxButOneIp ipv4OnNetwork;
range = base: top:
assert base < top;