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:
Elis Hirwing 2023-08-22 20:51:38 +02:00 committed by Matthieu Coudron
parent 9472a92322
commit 7728fdcb6f

View file

@ -29,5 +29,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/serokell/deploy-rs";
license = licenses.mpl20;
maintainers = with maintainers; [ teutat3s ];
mainProgram = "deploy";
};
}