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

33 lines
292 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" ]
[
[ ... ]
]
[
[ ... ]
]