From ac568af80451798dec8935689927a84c8a4ec529 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Fri, 19 Mar 2021 13:20:15 +0700 Subject: [PATCH] rshijack: expand platforms to unix --- pkgs/tools/networking/rshijack/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/rshijack/default.nix b/pkgs/tools/networking/rshijack/default.nix index 59558028c01..e4bb7315a45 100644 --- a/pkgs/tools/networking/rshijack/default.nix +++ b/pkgs/tools/networking/rshijack/default.nix @@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kpcyrd/rshijack"; license = licenses.gpl3; maintainers = with maintainers; [ xrelkd ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }