du-dust: add meta.mainProgram

This commit is contained in:
Kid 2021-07-18 21:24:03 +08:00 committed by Matthieu Coudron
parent c8c84795b4
commit b3d80503cf
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bootandy/dust";
license = licenses.asl20;
maintainers = with maintainers; [ infinisil SuperSandro2000 ];
mainProgram = "dust";
};
}