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:
parent
9472a92322
commit
7728fdcb6f
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/serokell/deploy-rs";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ teutat3s ];
|
||||
mainProgram = "deploy";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue