diff --git a/pkgs/tools/system/tree/default.nix b/pkgs/tools/system/tree/default.nix index 14057ba393e..900108d3dfe 100644 --- a/pkgs/tools/system/tree/default.nix +++ b/pkgs/tools/system/tree/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation { the LS_COLORS environment variable is set and output is to tty. ''; - platforms = stdenv.lib.platforms.unix; + platforms = stdenv.lib.platforms.all; maintainers = [stdenv.lib.maintainers.simons]; }; }