diff options
author | Rok Garbas <rok@garbas.si> | 2022-01-21 14:50:34 +0100 |
---|---|---|
committer | Rok Garbas <rok@garbas.si> | 2022-01-21 14:50:34 +0100 |
commit | d463e1176093da1d4541425bc98ecc58e62dcef5 (patch) | |
tree | 143cff87e344aba3b9256e527cbb5981ac22eb00 /doc | |
parent | c79087eb2a19fcfea65e1f31fd087f858f0edd8c (diff) |
Adding docs regarding the docker image from master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 6 |
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. |