aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-03-25 13:36:41 -0400
committerTom Bereknyei <tomberek@gmail.com>2022-04-14 23:57:52 -0400
commit9b41239d8fdcc3fe50febe718c15833ebc224354 (patch)
tree26faaae8e82c91d8790cd9e997863a349cf59c4c /doc
parent646af7325d93f98802b989f8a8e008a25f7a4788 (diff)
fix: ensure apps are apps and packages are packages
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md4
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 8c8c0fd41..6ebbe5eb4 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -40,3 +40,7 @@
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`.