22d02f83

By: Tom Sydney Kerckhove <syd@cs-syd.eu>

Quote Nix attribute keys that are not valid identifiers

Keys containing dots or other special characters (e.g. JSON keys
like "checks.x86_64-linux.e2e-test") must be quoted in Nix
attribute sets. Previously they were rendered unquoted, causing
Nix to interpret them as nested attribute access.
configure