Fixes this crash (#592): $ nix repl --debugger Lix 2.92.0-dev-pre20241120-66f6dbd debugger Type :? for help. nix-repl> let x = 4; in __seq x (with x; (x: builtins.break x) 1) info: breakpoint reached [1] 949722 segmentation fault (core dumped) nix repl --debugger Change-Id: I13c72941dc325ff984dcce2a84c01c89b1c552af
2 lines
56 B
Nix
2 lines
56 B
Nix
let x = 4; in __seq x (with x; (x: builtins.break x) 1)
|