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
/
tvix
/
cli
/
tests
/
six.nix
blob: 71ec46c407ba1dd3b7343a328b16552246ab0904 (
plain
) (
blame
)
1
{}: {
six
=
builtins
.
foldl' (x: y: x
+
y)
0
[
1 2 3
]; }