From 9a5427e3a0c0ccf2a82dc503149a26b23fbd6004 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 31 Mar 2024 21:29:27 +0300 Subject: 2024-03-31 --- packages/myip.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/myip.nix') diff --git a/packages/myip.nix b/packages/myip.nix index 59a02ee..d40e1fd 100644 --- a/packages/myip.nix +++ b/packages/myip.nix @@ -6,7 +6,7 @@ writeShellApplication { name = "myip"; - runtimeInputs = [dnsutils]; + runtimeInputs = [ dnsutils ]; text = '' dig -4 +short @resolver1.opendns.com myip.opendns.com A @@ -18,7 +18,7 @@ writeShellApplication { homepage = "https://git.azahi.cc/nixfiles"; license = licenses.wtfpl; platforms = platforms.unix; - maintainers = with maintainers; [azahi]; + maintainers = with maintainers; [ azahi ]; mainProgram = "myip"; }; } -- cgit v1.2.3