Skip to content

Commit

Permalink
Link to shebang interpreter docs from release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
iFreilicht committed Nov 7, 2023
1 parent ab69dc4 commit 6e8bfcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manual/src/release-notes/rl-next.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release X.Y (202?-??-??)

- The experimental nix command is now a `#!-interpreter` by appending the
contents of any `#! nix` lines and the script's location to a single call.
- The experimental nix command can now act as [a `#!` interpreter](@docroot@/command-ref/new-cli/nix.md#shebang-interpreter)
by appending the contents of any `#! nix` lines and the script's location to a single call.

- [URL flake references](@docroot@/command-ref/new-cli/nix3-flake.md#flake-references) now support [percent-encoded](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1) characters.

- [Path-like flake references](@docroot@/command-ref/new-cli/nix3-flake.md#path-like-syntax) now accept arbitrary unicode characters (except `#` and `?`).
Expand Down

0 comments on commit 6e8bfcc

Please sign in to comment.