chore: remove myip package

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-16 01:02:07 +03:00
parent ffc405badf
commit 34a79da543
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,3 @@
{ lib, callPackage }:
{ callPackage, ... }:
(import ./woodpecker { inherit callPackage; }) //
{
myip = callPackage ./myip.nix { };
}
(import ./woodpecker { inherit callPackage; })