Include fudo-lib for ip functions

This commit is contained in:
2023-11-17 09:34:55 -08:00
parent 831109a31d
commit 119707d359
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
with pkgs.lib;
let
inherit (pkgs.lib.fudo.ip)
inherit (pkgs.lib.ip)
networkMinIp networkMaxIp ipv4OnNetwork getNetworkMask getNetworkBase;
range = base: top: