1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

docs, messages: Resolve nixos.org/manual/nix/stable redirect

Loads a bit quicker
This commit is contained in:
Robert Hensing 2025-07-25 10:09:22 +02:00
parent 35835e0644
commit b7782809cb
4 changed files with 7 additions and 7 deletions

View file

@ -48,6 +48,6 @@
* `nix run` is now stricter in what it accepts: members of the `apps`
flake output 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)),
manual](https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-run.html#apps)),
and members of `packages` or `legacyPackages` must be derivations
(not apps).