tree: set meta.mainProgram

This commit is contained in:
Ilan Joselevich 2023-10-06 06:00:06 +03:00
parent a9a3caf616
commit f794c63ccd
No known key found for this signature in database

View File

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.all;
maintainers = with maintainers; [ nickcao ];
mainProgram = "tree";
};
}