1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 14:31:06 +01:00
nix/tests/functional/repl/pretty-print-idempotent.expected

31 lines
290 B
Text

Nix <nix version>
Type :? for help.
Added <number omitted> variables.
{ homepage = "https://example.com"; }
{ homepage = "https://example.com"; }
{
layerOne = { ... };
}
{
layerOne = { ... };
}
[
"https://example.com"
]
[ "https://example.com" ]
[
[ ... ]
]
[
[ ... ]
]