1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00
nix/doc/manual/src/release-notes/rl-next.md

767 B

Release X.Y (202?-??-??)

  • URL flake references now support percent-encoded characters.

  • Path-like flake references now accept arbitrary unicode characters (except # and ?).

  • The experimental feature repl-flake is no longer needed, as its functionality is now part of the flakes experimental feature. To get the previous behavior, use the --file/--expr flags accordingly.

  • Introduce new flake installable syntax flakeref#.attrPath where the "." prefix denotes no searching of default attribute prefixes like packages.<SYSTEM> or legacyPackages.<SYSTEM>.