Unverified Commit 0233827d authored by Adam Stephens's avatar Adam Stephens
Browse files

just: add meta.mainProgram

parent a07dbc1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}