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: d466abe06a4c0225953efd3e211d39171cf6af91 (
plain
) (
blame
)
1
{ }: {
six
=
builtins
.
foldl' (x: y: x
+
y)
0
[
1 2 3
]; }