forked from lix-project/lix
6 lines
67 B
Nix
6 lines
67 B
Nix
|
with { inherit ({}) invalid; };
|
||
|
let
|
||
|
x = builtins.break 1;
|
||
|
in
|
||
|
x
|