diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-19 15:14:06 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-19 15:14:06 +0000 |
commit | 41e755bee4fbd24e5bc2e5ab50820d7bd3f3ab91 (patch) | |
tree | 00bda76dee940551d7bff960bc4e981e6ce9cdf7 /doc/manual | |
parent | fda2224b591c2667d18fb815f117f48b45a54cb1 (diff) | |
parent | 51712bf0127e995c94a4b598b045d52cf667dcef (diff) |
Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 97627cc96..abc8f8ecf 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -41,5 +41,9 @@ As before, the old output will continue to work, but `nix flake check` will issue a warning about it. +* `nix run` is now stricter wrt what it accepts: + * Members of `apps` are now required to be apps (as defined in [the manual](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-run.html#apps)) + * Member of `packages` or `legacyPackages` cannot be of type "app" when used by `nix run`. + * Add experimental *indexed store derivations* installable syntax, part of the the `computed-derivations` experimental feature. |