Files
lix/doc/manual/rl-next/empty-attr-paths.md
T
Maximilian Bosch 2a11984a58 libexpr: allow empty attr-names in parseAttrPath if they are quoted
While it doesn't make sense to have `foo..bar`, the attribute-path
`foo."".bar` is valid and shouldn't throw.

Change-Id: Ifcddaad6233c6ba8f17cb5c953c2101d276dfeb6
2026-03-21 23:16:30 +01:00

342 B

synopsis, cls, category, credits
synopsis cls category credits
libexpr: allow empty attr-names in parseAttrPath if they are quoted
5375
Miscellany
ma27

Empty strings are now allowed in attribute paths as consumed by e.g. nix-build. I.e. nix-build -A 'foo."".bar' works now. The quotes are necessary, i.e. nix-build -A foo..bar will throw an error.