Add release notes mark experimental

This commit is contained in:
John Ericson 2022-04-07 19:45:38 +00:00
parent 5c1f2e0fb1
commit fda2224b59
2 changed files with 5 additions and 0 deletions

View file

@ -40,3 +40,6 @@
As before, the old output will continue to work, but `nix flake check` will
issue a warning about it.
* Add experimental *indexed store derivations* installable syntax, part of the
the `computed-derivations` experimental feature.

View file

@ -132,6 +132,8 @@ the Nix store. Here are the recognised types of installables:
* **Indexed store derivations**: `/nix/store/p7gp6lxdg32h4ka1q398wd9r2zkbbz2v-hello-2.10.drv!out`
*(Experimental, part of by the `computed-derivations` experimental feature.)*
Store derivations can be indexed with a specific output name. This
allows finer control versus just specifying a derivation (without
`--derivation`) and getting all the outputs.