diff options
Diffstat (limited to '')
-rw-r--r-- | packages/myip.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/myip.nix b/packages/myip.nix index 67ea1ed..f91872b 100644 --- a/packages/myip.nix +++ b/packages/myip.nix @@ -17,6 +17,7 @@ writeShellApplication { description = "A dumb tool to get host's current public IP"; homepage = "https://git.azahi.cc/nixfiles"; license = licenses.wtfpl; + platforms = platforms.unix; maintainers = with maintainers; [azahi]; }; } |