mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
4 lines
69 B
Nix
4 lines
69 B
Nix
let
|
|
throw = abort "Error!";
|
|
in
|
|
(builtins.tryEval <foobaz>).success
|