diff options
author | Vincent Ambo <tazjin@google.com> | 2021-04-23T09·00+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-04-30T10·28+0200 |
commit | 7520f2cb96159ae3cbee80b4822900f9a92f7f53 (patch) | |
tree | 21e0916ee16c65027a1b83f44d622bbb638d0f65 /tools/nixery/docs/src/run-your-own.md | |
parent | 8a1add9ef8f6899b8f110bd789d2422dbe688642 (diff) |
chore: Update default NixOS channel to nixos-20.09
Diffstat (limited to 'tools/nixery/docs/src/run-your-own.md')
-rw-r--r-- | tools/nixery/docs/src/run-your-own.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nixery/docs/src/run-your-own.md b/tools/nixery/docs/src/run-your-own.md index 9c20e3f2cde7..4ffb8c4d4b6e 100644 --- a/tools/nixery/docs/src/run-your-own.md +++ b/tools/nixery/docs/src/run-your-own.md @@ -44,7 +44,7 @@ be performed for trivial things. However if you are running a private Nixery, chances are high that you intend to use it with your own packages. There are three options available: -1. Specify an upstream Nix/NixOS channel[^1], such as `nixos-20.03` or +1. Specify an upstream Nix/NixOS channel[^1], such as `nixos-20.09` or `nixos-unstable`. 2. Specify your own git-repository with a custom package set[^2]. This makes it possible to pull different tags, branches or commits by modifying the image @@ -73,7 +73,7 @@ You must set *all* of these: * `BUCKET`: [Google Cloud Storage][gcs] bucket to store & serve image layers * `PORT`: HTTP port on which Nixery should listen -You may set *one* of these, if unset Nixery defaults to `nixos-20.03`: +You may set *one* of these, if unset Nixery defaults to `nixos-20.09`: * `NIXERY_CHANNEL`: The name of a Nix/NixOS channel to use for building * `NIXERY_PKGS_REPO`: URL of a git repository containing a package set (uses |