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

Question: why do you decide to use nix? is bazel not sufficient? #1

Open
tuananh opened this issue Aug 20, 2021 · 2 comments
Open

Question: why do you decide to use nix? is bazel not sufficient? #1

tuananh opened this issue Aug 20, 2021 · 2 comments

Comments

@tuananh
Copy link

tuananh commented Aug 20, 2021

Question: why do you decide to use nix? is bazel not sufficient?

@jvolkman
Copy link
Owner

Mostly because Nix has a large repository of pre-built packages to pull from, and has good support for both Linux and Mac OS (which engineers at my company use).

For example, in our application we use Nix to provide Postgres for integration tests. It's probably possible to download binaries of postgres somehow (or build from source) with Bazel, but it's much easier with Nix.

@tuananh
Copy link
Author

tuananh commented Aug 20, 2021

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants