tree: split man output

This commit is contained in:
Doron Behar
2026-02-09 23:22:04 +02:00
parent 4dadbbb897
commit fa0d18916d
+5
View File
@@ -43,6 +43,11 @@ stdenv.mkDerivation (finalAttrs: {
"PREFIX=${placeholder "out"}"
];
outputs = [
"out"
"man"
];
meta = {
homepage = "https://oldmanprogrammer.net/source.php?dir=projects/tree";
description = "Command to produce a depth indented directory listing";