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
2024-01-18
r/7409
refactor(tvix/eval): move Evaluation::{default,new_pure}() again
Florian Klink
7
-24
/
+23
2024-01-18
r/7408
chore(tvix/shell): add `cargo-expand` to debug proc-macro
Ryan Lahfa
1
-0
/
+1
2024-01-18
r/7407
refactor(tvix/eval): generalize EvalIO container
Florian Klink
8
-48
/
+74
2024-01-17
r/7406
fix(tvix/eval): catchable-aware `throw`
Ryan Lahfa
1
-0
/
+4
2024-01-17
r/7405
fix(tvix/eval): catchable-aware `elem`
Ryan Lahfa
1
-0
/
+4
2024-01-17
r/7404
feat(tvix/glue): introduce test suite for context strings
Ryan Lahfa
14
-9
/
+377
2024-01-17
r/7403
fix(tvix/eval): `getContext` merges underlying values
Ryan Lahfa
5
-1783
/
+1423
2024-01-17
r/7402
fix(tazjin/nixos): disable internal borders in emacs
Vincent Ambo
1
-1
/
+1
2024-01-17
r/7401
chore(tazjin/nixos): temporarily set firefox as default browser
Vincent Ambo
1
-5
/
+5
2024-01-17
r/7400
fix(tvix/eval): context-aware `dirOf`
Ryan Lahfa
1
-1
/
+1
2024-01-17
r/7399
fix(tvix/eval): context-aware… `hasContext`
Ryan Lahfa
1
-1
/
+1
2024-01-17
r/7398
feat(tvix/eval): move away from `test_generator` to `rstest`
Ryan Lahfa
4
-39
/
+209
2024-01-17
r/7397
chore(third_party/crate2nix): run tests in /build/source
Florian Klink
3
-0
/
+81
2024-01-17
r/7396
chore(third_party/patches): drop unused crate2nix patch
Florian Klink
1
-12
/
+0
2024-01-16
r/7395
fix(tvix/eval): lift VM ops over Catchable
edef
2
-115
/
+102
2024-01-16
r/7394
chore(3p/agenix): add target for cli atribute
sterni
1
-0
/
+2
2024-01-16
r/7393
fix(tvix/cli/ci): prevent unnecessary dep on compared out/drv path
sterni
1
-1
/
+1
2024-01-16
r/7392
chore(3p/overlays): unvendor clickhouse
sterni
3
-216
/
+0
2024-01-16
r/7391
chore(users/sterni/secrets): remove key of killed machine
sterni
4
-12
/
+10
2024-01-16
r/7390
feat(sterni/ingeborg): add tv user for accessing media archive
sterni
2
-0
/
+14
2024-01-16
r/7389
refactor(nix-compat): use StorePathRef for hash derivation modulo
Florian Klink
4
-30
/
+34
2024-01-15
r/7388
chore(third_party/overlays): bump crate2nix to 0.13.0
Florian Klink
2
-9
/
+34
2024-01-15
r/7387
feat(tvix/build): add CLI entrypoint
Florian Klink
4
-0
/
+160
2024-01-15
r/7386
feat(tvix/build): add from_addr method
Florian Klink
5
-0
/
+99
2024-01-15
r/7385
feat(tvix/build): add gRPC client
Florian Klink
4
-1
/
+32
2024-01-15
r/7384
feat(tvix/build): add GRPCBuildServiceWrapper
Florian Klink
2
-0
/
+39
2024-01-15
r/7383
feat(tvix/build): add BuildService trait
Florian Klink
6
-0
/
+38
2024-01-15
r/7382
refactor(tvix/glue): have derivation_to_build_request consume inputs
Florian Klink
1
-58
/
+14
2024-01-15
r/7381
refactor(tvix/glue/known_paths): drop some unused stuff
Florian Klink
1
-51
/
+3
2024-01-15
r/7380
feat(tvix/castore): implement Ord for node::Node
Florian Klink
1
-0
/
+14
2024-01-14
r/7379
fix(tvix/eval): catchable-aware builtins
Ryan Lahfa
6
-42
/
+329
2024-01-12
r/7378
feat(tazjin/emacs): format Firefox window names in EXWM
Vincent Ambo
1
-0
/
+4
2024-01-12
r/7377
feat(tvix/glue): input derivation context tests
Ryan Lahfa
1
-0
/
+32
2024-01-12
r/7376
feat(tvix/glue/derivationStrict): support __structuredAttrs
Florian Klink
6
-197
/
+267
2024-01-12
r/7375
feat(tvix/eval): make into_json public
Florian Klink
1
-1
/
+1
2024-01-12
r/7374
docs(tvix/glue): misc reflowing of comments
Ryan Lahfa
1
-7
/
+5
2024-01-12
r/7373
fix(tvix/glue/tvix_build): fn_input_drvs_to_output_nodes
Florian Klink
1
-47
/
+36
2024-01-12
r/7372
refactor(tvix/glue/tvix_store_io): async store_path_to_node
Florian Klink
1
-17
/
+23
2024-01-12
r/7371
refactor(tvix/store/pathinfoservice): make more generic
Florian Klink
6
-54
/
+51
2024-01-12
r/7370
refactor(tvix/store/nar/renderer): don't require Arc, Clone or Sync
Florian Klink
1
-28
/
+45
2024-01-12
r/7369
fix(tvix/eval): fix JSON error types
Florian Klink
1
-7
/
+7
2024-01-10
r/7368
feat(tazjin/emacs): add M-x-always-same-window
Vincent Ambo
1
-0
/
+8
2024-01-10
r/7367
feat(tazjin/elisp-deps): visualise structure of elisp module
Vincent Ambo
1
-0
/
+83
2024-01-09
r/7366
feat(tvix/castore): implement CombinedBlobService
Florian Klink
2
-0
/
+137
2024-01-09
r/7365
feat(tvix/castore/blobsvc): add chunks method
Florian Klink
2
-2
/
+47
2024-01-09
r/7364
refactor(tvix/castore): do clone inside a scope
Florian Klink
1
-6
/
+5
2024-01-09
r/7363
feat(tvix/castore/grpc): instrument some more functions
Florian Klink
1
-0
/
+2
2024-01-09
r/7362
refactor(tvix/store/nar/import): use AsRef
Florian Klink
1
-25
/
+26
2024-01-09
r/7361
refactor(tvix/castore/directorysvc): AsRef traverse_to
Florian Klink
2
-16
/
+13
2024-01-09
r/7360
refactor(tvix/castore/blobservice/grpc): remove fn pointer hack
Florian Klink
1
-15
/
+8
[next]