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