Commit 7728fdcb authored by Elis Hirwing's avatar Elis Hirwing Committed by Matthieu Coudron
Browse files

deploy-rs: Set mainProgram meta attribute

This makes it possible to run `deploy-rs` using `nix run nixpkgs#deploy-rs`
parent 9472a923
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@ rustPlatform.buildRustPackage {
    homepage = "https://github.com/serokell/deploy-rs";
    license = licenses.mpl20;
    maintainers = with maintainers; [ teutat3s ];
    mainProgram = "deploy";
  };
}