just: add meta.mainProgram

This commit is contained in:
Adam Stephens
2023-08-09 17:08:54 -04:00
parent a07dbc1e45
commit 0233827dc0
+1
View File
@@ -80,5 +80,6 @@ rustPlatform.buildRustPackage rec {
description = "A handy way to save and run project-specific commands";
license = licenses.cc0;
maintainers = with maintainers; [ xrelkd jk adamcstephens ];
mainProgram = "just";
};
}