Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongodb-atlas-cli, nim: add conflicts_with #165455

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Formula/m/mongodb-atlas-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class MongodbAtlasCli < Formula
depends_on "mongosh"
depends_on "podman"

conflicts_with "nim", because: "both install `atlas` executable"

def install
with_env(
ATLAS_VERSION: version.to_s,
Expand Down
2 changes: 2 additions & 0 deletions Formula/n/nim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class Nim < Formula
depends_on "openssl@3"
end

conflicts_with "mongodb-atlas-cli", because: "both install `atlas` executable"

def install
if build.head?
# this will clone https://github.com/nim-lang/csources_v1
Expand Down
Loading