Skip to content

Commit

Permalink
Add links in README and expand intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Apr 18, 2020
1 parent f6eca43 commit 62c7268
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# rules_nixpkgs
# Nixpkgs rules for Bazel

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

Rules for importing Nixpkgs packages into Bazel.
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.

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

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

## Rules

Expand Down

0 comments on commit 62c7268

Please sign in to comment.