-
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 theflakes
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 likepackages.<SYSTEM>
orlegacyPackages.<SYSTEM>
.