aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2022-01-21 14:50:34 +0100
committerRok Garbas <rok@garbas.si>2022-01-21 14:50:34 +0100
commitd463e1176093da1d4541425bc98ecc58e62dcef5 (patch)
tree143cff87e344aba3b9256e527cbb5981ac22eb00
parentc79087eb2a19fcfea65e1f31fd087f858f0edd8c (diff)
Adding docs regarding the docker image from master
-rw-r--r--doc/manual/src/release-notes/rl-next.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index f20acbd3f..301683246 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,6 +1,8 @@
# Release X.Y (202?-??-??)
-* The Nix cli now searches for a flake.nix up until the root of the current git repository or a filesystem boundary rather than just in the current directory
+* The Nix cli now searches for a `flake.nix` up until the root of the current
+ git repository or a filesystem boundary rather than just in the current
+ directory.
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
more compliant one](https://github.com/ToruNiina/toml11).
* Added `:st`/`:show-trace` commands to nix repl, which are used to
@@ -13,3 +15,5 @@
to override the commit summary used when commiting an updated lockfile.
This may be used in conjunction with the nixConfig attribute in
`flake.nix` to better conform to repository conventions.
+* `docker run -ti nixos/nix:master` will place you in the docker container with
+ the latest version of Nix from the `master` branch.