Skip to content

Commit

Permalink
README: more links
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Apr 18, 2020
1 parent 62c7268 commit 1423c91
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

[![Build status](https://badge.buildkite.com/79bd0a8aa1e47a92e0254ca3afe5f439776e6d389cfbde9d8c.svg?branch=master)](https://buildkite.com/tweag-1/rules-nixpkgs)

Use Nixpkgs to import external dependencies (like system packages)
into Bazel hermetically. If the version of any dependency changes,
Bazel will correctly rebuild targets, and only those targets that use
the external dependencies that changed.
Use [Nix][nix] and the [Nixpkgs][nixpkgs] package set to import
external dependencies (like system packages) into [Bazel][bazel]
hermetically. If the version of any dependency changes, Bazel will
correctly rebuild targets, and only those targets that use the
external dependencies that changed.

Links:
* [Nix + Bazel = fully reproducible, incremental builds][blog-bazel-nix]
* [Nix + Bazel lightning talk][youtube-bazel-nix]

[nix]: https://nixos.org/nix
[nixpkgs]: https://github.com/NixOS/nixpkgs
[bazel]: https://bazel.build
[blog-bazel-nix]: https://www.tweag.io/posts/2018-03-15-bazel-nix.html
[youtube-bazel-nix]: https://www.youtube.com/watch?v=hDdDUrty1Gw

Expand Down

0 comments on commit 1423c91

Please sign in to comment.