depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
nix
/
src
/
tests
/
lang
/
eval-okay-redefine-builtin.nix
blob: df9fc3f37d229bac350b129c50935bb703fbe39b (
plain
) (
blame
)
1
2
3
let
throw
=
abort
"Error!"
;
in
(
builtins
.
tryEval
<foobaz>
)
.
success