diff --git a/pkgs/tools/misc/cyberchef/default.nix b/pkgs/tools/misc/cyberchef/default.nix index 46e293c40ecd..c229667db474 100644 --- a/pkgs/tools/misc/cyberchef/default.nix +++ b/pkgs/tools/misc/cyberchef/default.nix @@ -21,5 +21,6 @@ stdenv.mkDerivation rec { homepage = "https://gchq.github.io/CyberChef"; maintainers = with maintainers; [ sebastianblunt ]; license = licenses.asl20; + platforms = platforms.all; }; }