Merge pull request #248202 from adamcstephens/mainP/1

git/just: add meta.mainProgram
This commit is contained in:
Jörg Thalheim 2023-08-09 22:23:15 +01:00 committed by GitHub
commit 2e9cdda0a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -397,5 +397,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ primeos wmertens globin ];
mainProgram = "git";
};
})

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";
};
}