diff options
author | Raphael Borun Das Gupta <git@raphael.dasgupta.ch> | 2020-04-30T23·38+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2020-05-01T10·58+0100 |
commit | bdda24a77287e09cb855eee7019148ee8bbd1cd9 (patch) | |
tree | 8591e8e90135c0889c83efc9b65f8d05f87436e3 /tools/nixery/docs/src/caching.md | |
parent | 215df37187501523bb3bf348b7bbd76a01692f19 (diff) |
chore(nix): update channel 19.03 -> 20.03
Use a NixOS / NixPkgs release that's actually being supported and regularly updated.
Diffstat (limited to 'tools/nixery/docs/src/caching.md')
-rw-r--r-- | tools/nixery/docs/src/caching.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/docs/src/caching.md b/tools/nixery/docs/src/caching.md index b07d9e22f046..05ea6d89b655 100644 --- a/tools/nixery/docs/src/caching.md +++ b/tools/nixery/docs/src/caching.md @@ -29,7 +29,7 @@ Manifest caching *only* applies in the following cases: Manifest caching *never* applies in the following cases: * package source specification is a local file path (i.e. `NIXERY_PKGS_PATH`) -* package source specification is a NixOS channel (e.g. `NIXERY_CHANNEL=nixos-19.03`) +* package source specification is a NixOS channel (e.g. `NIXERY_CHANNEL=nixos-20.03`) * package source specification is a git branch or tag (e.g. `staging`, `master` or `latest`) It is thus always preferable to request images from a fully-pinned package |