remove unused stripPort function

This commit is contained in:
xunuwu 2025-06-06 10:11:56 +02:00
parent 21f1a1449c
commit 2919bf0d14
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -7,5 +7,4 @@ in {
modules = [(dir + /${name})];
specialArgs = specialArgsFromHost name;
})) (b.readDir dir);
stripPort = url: builtins.match "(.*):[0-9]*" url |> builtins.head;
}