Vincent Ambo
f4daffbb50
chore(docs): Bump included nix-1p version
...
... basically never updated this, oops.
2021-10-29 17:41:01 +02:00
Vincent Ambo
7520f2cb96
chore: Update default NixOS channel to nixos-20.09
2021-04-30 12:28:17 +02:00
Raphael Borun Das Gupta
bdda24a772
chore(nix): update channel 19.03 -> 20.03
...
Use a NixOS / NixPkgs release that's actually being supported
and regularly updated.
2020-05-01 11:58:31 +01:00
Vincent Ambo
3611baf040
docs(under-the-hood): Update builder & storage backend information
...
Both of these no longer matched the reality of what was actually going
on in Nixery.
2019-10-28 22:31:44 +01:00
Vincent Ambo
7b7d21205f
docs: Update GCS signing key documentation
...
This key is now taken straight from the configured service account
key.
2019-10-27 13:58:04 +01:00
Vincent Ambo
53906024ff
refactor: Remove remaining MD5-hash mentions and computations
2019-10-03 13:21:04 +01:00
Vincent Ambo
2c8ef634f6
docs(caching): Add information about Nixery's caching strategies
2019-10-03 13:21:04 +01:00
Vincent Ambo
e4d03fdb17
chore(docs): Remove mdbook override
...
The change has been upstreamed in Nixpkgs.
2019-09-21 12:44:40 +01:00
Vincent Ambo
496a4ab847
docs: Add information about NIX_TIMEOUT variable
2019-09-02 23:44:57 +01:00
Vincent Ambo
bb5427a47a
chore(docs): Update embedded nix-1p version
...
The new version of the document has syntactic fixes that render pipes
in code blocks in tables correctly across dialects.
Fixes #44
2019-08-21 10:35:32 +01:00
Vincent Ambo
ffae282eac
fix(docs): Correct link to layering strategy
2019-08-19 01:56:17 +01:00
Vincent Ambo
3f232e0170
docs: Add asciinema demo to README & book
2019-08-15 16:04:34 +01:00
Vincent Ambo
0ec369d76c
docs(book): Update information on new layering strategy
2019-08-15 16:04:34 +01:00
Vincent Ambo
3939722063
style: Apply nixfmt to trivial Nix files
...
ALl the ones except for build-image.nix are considered trivial. On the
latter, nixfmt makes some useful changes but by-and-large it is not
ready for that code yet.
2019-08-14 00:02:04 +01:00
Vincent Ambo
819b460278
chore(docs): Move mdBook derivation to docs/default.nix
2019-08-14 00:02:04 +01:00
Vincent Ambo
3e385dc379
docs: Update embedded nix-1p
...
The new commit has an operator table, which is nice to have!
2019-08-08 21:15:50 +01:00
Vincent Ambo
d87662b7b5
docs: Add a section on Nix itself
2019-08-05 00:32:53 +01:00
Vincent Ambo
6293d69fd9
docs: Add a section on running your own Nixery
2019-08-05 00:32:53 +01:00
Vincent Ambo
a3f6278913
docs: Add an "under-the-hood" page explaining the build process
...
This page describes the various steps that Nixery goes through when
"procuring" an image.
The intention is to give users some more visibility into what is going
on and to make it clear that this is not just an image storage
service.
2019-08-05 00:32:53 +01:00
Vincent Ambo
2bef0ba240
feat(build): Build Nixery book and embed it into Nixery image
...
Executes the previously added mdBook on the previously added book
source to yield a directory that can be served by Nixery on its index
page.
This is one of those 'I <3 Nix' things due to how easy it is to do.
2019-08-05 00:32:53 +01:00
Vincent Ambo
7c41a7a872
docs: Replace static page with mdBook site
...
Uses mdBook[1] to generate a documentation overview page instead of
the previous HTML site.
This makes it possible to add more elaborate documentation without
having to deal with finicky markup.
[1]: https://github.com/rust-lang-nursery/mdBook
2019-08-05 00:32:53 +01:00