deploy-rs: Set mainProgram meta attribute
This makes it possible to run `deploy-rs` using `nix run nixpkgs#deploy-rs`
This commit is contained in:
committed by
Matthieu Coudron
parent
9472a92322
commit
7728fdcb6f
@@ -29,5 +29,6 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/serokell/deploy-rs";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ teutat3s ];
|
||||
mainProgram = "deploy";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user