diff options
author | Vincent Ambo <tazjin@google.com> | 2020-10-27T21·55+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2020-10-27T22·07+0100 |
commit | 8a5c446babbac860d6eaee6f7e0c5a5a8a6f4183 (patch) | |
tree | 710c7fc8a3b91cd7ce05122f2ce92b04016754c5 /tools/nixery | |
parent | 9e5ebb2f4f57c310977e979166e9ab287ef65865 (diff) |
docs: Add a note about a Nix-native builder to the roadmap
... if I don't mention this somewhere I'll probably never do it!
Diffstat (limited to 'tools/nixery')
-rw-r--r-- | tools/nixery/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index 32e5921fa475..6731d8786582 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -124,6 +124,12 @@ correct caching behaviour, addressing and so on. See [issue #4](https://github.com/google/nixery/issues/4). +### Nix-native builder + +The image building and layering functionality of Nixery will be extracted into a +separate Nix function, which will make it possible to build images directly in +Nix builds. + [Nix]: https://nixos.org/ [layering strategy]: https://storage.googleapis.com/nixdoc/nixery-layers.html [gist]: https://gist.github.com/tazjin/08f3d37073b3590aacac424303e6f745 |