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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-01
r/5806
feat(tvix/nix-compat): add nixhash module
Florian Klink
2
-0
/
+359
2023-02-01
r/5805
refactor(tvix/nix-compat/derivation): remove module inception
Florian Klink
3
-350
/
+356
2023-02-01
r/5804
refactor(tvix/nix-compat): operator precedence can trip the unwary
Florian Klink
1
-1
/
+1
2023-02-01
r/5803
refactor(tvix/derivation): don't create deref'd immediately ref
Florian Klink
2
-3
/
+3
2023-02-01
r/5802
refactor(tvix/nix-compat): remove unneeded return
Florian Klink
1
-2
/
+2
2023-02-01
r/5801
refactor(tvix/nix-compat): const is always 'static
Florian Klink
1
-1
/
+1
2023-02-01
r/5800
chore(third_party/nixpkgs): drop permittedInsecurePackages
Florian Klink
1
-5
/
+0
2023-02-01
r/5799
feat(tvix/cli): implement builtins.placeholder
Vincent Ambo
2
-0
/
+44
2023-02-01
r/5798
fix(ops/www): increase buffer memory size for auth.tvl.fyi
Vincent Ambo
1
-0
/
+4
2023-01-31
r/5797
refactor(tvix/serde): allow dead_code in struct
Florian Klink
1
-0
/
+1
2023-01-31
r/5796
docs(tvix/nix-compat/store_path): fix docstrings
Florian Klink
1
-2
/
+2
2023-01-31
r/5795
fix(tvix/eval): allow builtins.toXML to serialise any function
Vincent Ambo
1
-1
/
+13
2023-01-31
r/5794
feat(tvix/store): add write_nar function
Florian Klink
6
-22
/
+351
2023-01-31
r/5793
refactor(tvix/nix-compat): absorb nar writer
Florian Klink
8
-15
/
+3
2023-01-31
r/5792
docs(tvix/nix-compat/derivation): fix docstrings
Florian Klink
2
-2
/
+5
2023-01-31
r/5791
refactor(tvix/nix-compat): absorb //tvix/derivation
Florian Klink
34
-148
/
+60
2023-01-31
r/5790
feat(tvix/store): implement iteration over Directory nodes
Florian Klink
3
-1
/
+163
2023-01-31
r/5789
feat(tvix/store/proto): implement get_name for node::Node, pub trait
Florian Klink
1
-3
/
+13
2023-01-31
r/5788
refactor(tvix): introduce nix-compat crate
Florian Klink
20
-27
/
+109
2023-01-31
r/5787
refactor(tvix/cli/derivation): use `if let` to destructure
Florian Klink
1
-5
/
+5
2023-01-31
r/5786
refactor(tvix/cli): remove unneeded clone
Florian Klink
1
-2
/
+2
2023-01-31
r/5785
feat(tvix/serde): add an example application to the project
Vincent Ambo
3
-0
/
+57
2023-01-31
r/5784
test(tvix/eval): add tests for internal formals dependencies
Vincent Ambo
4
-0
/
+8
2023-01-31
r/5783
refactor(tvix/cli): absorb construct_output_hash
Florian Klink
4
-100
/
+116
2023-01-31
r/5782
refactor(tvix/cli): force outside of output configuration helper
Vincent Ambo
1
-54
/
+36
2023-01-30
r/5781
fix(tvix/store/nixbase32): fix encoder/decoder
Florian Klink
5
-76
/
+121
2023-01-30
r/5780
refactor(tvix/store/tests): move Directory tests into directory.rs
Florian Klink
2
-286
/
+286
2023-01-30
r/5779
feat(tvix/store/proto): implement get_name for all nodes
Florian Klink
1
-0
/
+24
2023-01-30
r/5778
docs(tvix/store/protos): add docstring for Directory::digest()
Florian Klink
1
-0
/
+2
2023-01-30
r/5777
docs(tvix/store/protos): fix docstring
Florian Klink
1
-2
/
+2
2023-01-29
r/5776
refactor(tvix/cli): add helper method for strong string coercion
Vincent Ambo
1
-29
/
+29
2023-01-29
r/5775
feat(3p/public-inbox): always set list-id when ingesting in watch
Vincent Ambo
2
-0
/
+39
2023-01-29
r/5774
docs(corp/website): update website content
Vincent Ambo
4
-41
/
+222
2023-01-27
r/5773
refactor(tvix/cli): describe errors with thiserror
Florian Klink
4
-64
/
+21
2023-01-27
r/5772
fix(tvix/cli): handle SRI hashes in outputHash
Florian Klink
5
-38
/
+573
2023-01-27
r/5771
feat(tvix/derivation): derive PartialEq for error
Florian Klink
1
-2
/
+2
2023-01-27
r/5770
feat(tvix/cli): faux implementation of builtins.toFile
Vincent Ambo
1
-0
/
+31
2023-01-27
r/5769
feat(tvix/cli): implement `builtins.derivation`
Vincent Ambo
3
-0
/
+41
2023-01-27
r/5768
feat(tvix/cli): implement builtins.derivationStrict
Vincent Ambo
2
-4
/
+154
2023-01-27
r/5767
feat(tvix/cli): add helper for handling special drv parameters
Vincent Ambo
1
-0
/
+106
2023-01-27
r/5766
feat(tvix/cli): add helper for populating drv output configuration
Vincent Ambo
2
-2
/
+125
2023-01-27
r/5765
feat(tvix/cli): add helper for populating derivation inputs
Vincent Ambo
1
-0
/
+89
2023-01-27
r/5764
feat(tvix/cli): add helper for populating derivation outputs
Vincent Ambo
2
-0
/
+89
2023-01-26
r/5763
chore(tvix/eval): remove dead comment
Vincent Ambo
1
-1
/
+1
2023-01-26
r/5762
refactor(tvix/derivation): align error messages with rust style
Florian Klink
1
-13
/
+13
2023-01-26
r/5761
chore(3p/sources): Bump channels & overlays
sterni
1
-12
/
+12
2023-01-26
r/5760
fix(tvix/cli): correctly trim cppnix output in NixCompatIO
Vincent Ambo
1
-3
/
+4
2023-01-25
r/5759
docs(tvix): fix minor spelling problems in pointer equality document
sterni
1
-4
/
+4
2023-01-25
r/5758
docs(tvix/eval): builtins.add is not equivalent to +
sterni
1
-3
/
+3
2023-01-25
r/5757
test(tvix/eval): add test for total_fmt_float
Florian Klink
1
-0
/
+28
[next]