mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
6 lines
No EOL
100 B
Nix
6 lines
No EOL
100 B
Nix
assert
|
|
{ a.b = [ { c.d = true; } ]; }
|
|
==
|
|
{ a.b = [ { c.d = false; } ]; };
|
|
|
|
abort "unreachable" |