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-01
r/7299
feat(nix-compat/store_path): build_ca_path may fail
Florian Klink
3
-5
/
+18
2024-01-01
r/7298
refactor(tvix/store/bin): don't reconstruct StorePath twice
Florian Klink
1
-8
/
+1
2023-12-31
r/7297
fix(tvix/store/bin): don't unwrap in case of invalid paths
Florian Klink
1
-8
/
+12
2023-12-31
r/7296
refactor(tvix/store/bin): condense subscriber setup a bit
Florian Klink
1
-12
/
+8
2023-12-31
r/7295
refactor(tvix/store): move construct_services helper here
Florian Klink
4
-94
/
+68
2023-12-31
r/7294
refactor(tvix/castore/directorysvc): return Box, not Arc
Florian Klink
3
-11
/
+26
2023-12-31
r/7293
refactor(tvix/castore/blobsvc): return Box, not Arc
Florian Klink
3
-12
/
+18
2023-12-31
r/7292
feat(tvix/cli): allow configuring different services
Florian Klink
1
-14
/
+53
2023-12-31
r/7291
chore(sterni/machines): move http services from edwin to ingeborg
sterni
10
-22
/
+46
2023-12-31
r/7290
feat(tvix/eval): accept impl AsRef<str> for code
Florian Klink
2
-7
/
+15
2023-12-31
r/7289
refactor(tvix/eval): remove code and location from struct
Florian Klink
10
-69
/
+72
2023-12-30
r/7288
fix(3p/overlays): bump tdlib to 1.8.23
Vincent Ambo
1
-3
/
+3
2023-12-30
r/7287
fix(tazjin/nixos): disable stub-ld
Vincent Ambo
1
-0
/
+4
2023-12-30
r/7286
chore(tazjin/emacs): expose full package set used
Vincent Ambo
1
-1
/
+3
2023-12-29
r/7285
fix(tazjin/emacs): set 'x-no-window-manager
Vincent Ambo
1
-0
/
+1
2023-12-29
r/7284
feat(users/flokli/keyboard): enable kinetic mode
Florian Klink
1
-1
/
+1
2023-12-29
r/7283
feat(tvix/build): don't force outputs to be in store_dir
Florian Klink
3
-78
/
+73
2023-12-29
r/7282
feat(tvix/eval): context-aware casting to strings
Ryan Lahfa
1
-2
/
+23
2023-12-29
r/7281
feat(tvix/eval): implement `hasContext` primop
Ryan Lahfa
2
-5
/
+4
2023-12-29
r/7280
feat(tvix/eval): introduce `NixContext`
Ryan Lahfa
3
-7
/
+193
2023-12-29
r/7279
docs(tvix/eval): why context strings now
Ryan Lahfa
1
-4
/
+83
2023-12-29
r/7278
chore(3p/sources): bump channels & overlays (2023-12-29)
Vincent Ambo
15
-189
/
+72
2023-12-29
r/7277
fix(tvix/eval): propagate catchables through builtins.attrNames
Adam Joseph
3
-0
/
+5
2023-12-29
r/7276
fix(tvix/eval): propagate catchables through builtins.intersectAttrs
Adam Joseph
3
-0
/
+8
2023-12-29
r/7275
fix(tvix/eval): propagate catchables in string interpolations
Adam Joseph
3
-2
/
+12
2023-12-29
r/7274
fix(tvix/eval): catchable in type field of nix_eq()
Adam Joseph
5
-8
/
+26
2023-12-29
r/7273
fix(tvix/eval): builtins.match: propagate catchables
Adam Joseph
3
-2
/
+12
2023-12-29
r/7272
refactor(tvix/eval): let OpCoerceToString select the CoercionKind
Adam Joseph
4
-15
/
+13
2023-12-29
r/7271
fix(tvix/eval): add stack depth assertion to OpReturn
Adam Joseph
1
-0
/
+7
2023-12-29
r/7270
feat(tvix/castore/fs): borrow some matches
Florian Klink
1
-4
/
+4
2023-12-29
r/7269
feat(tvix/shell): add grpcurl to shell
Florian Klink
1
-0
/
+1
2023-12-29
r/7268
refactor(tvix/castore/bin/tvix-store) don't import std::io
Florian Klink
1
-5
/
+4
2023-12-29
r/7267
feat(tvix/castore/fs): instrument FuseDaemon functions
Florian Klink
1
-2
/
+4
2023-12-29
r/7266
feat(tvix/store): emit more structured log messages
Florian Klink
1
-3
/
+3
2023-12-26
r/7265
feat(tvix/build/protos): add some missing fields
Florian Klink
4
-88
/
+251
2023-12-25
r/7264
fix(tvix/eval/value): correctly emit spaces when coercing lists
sterni
3
-16
/
+36
2023-12-25
r/7263
feat(sterni/machines/ingeborg): regularly back up minecraft worlds
sterni
2
-2
/
+131
2023-12-24
r/7262
chore(tvix/turbofetch): switch to futures 0.3.30
Florian Klink
3
-79
/
+79
2023-12-24
r/7261
chore(tvix): switch to upstream futures 0.3.30
Florian Klink
8
-109
/
+48
2023-12-24
r/7260
chore(third_party/overlays): drop unused fullLlvm11Stdenv
sterni
1
-7
/
+0
2023-12-24
r/7259
refactor(tvix/castore/fs/tests): drop unused args
Florian Klink
1
-39
/
+20
2023-12-24
r/7258
refactor(tvix/castore): add RootNode impl for BTreeMap, mv fs tests
Florian Klink
7
-305
/
+304
2023-12-23
r/7257
feat(tvix/website): Link to windtunnel results page
Aspen Smith
1
-0
/
+3
2023-12-22
r/7256
chore(tvix): move store/fs to castore/fs
Florian Klink
18
-199
/
+257
2023-12-22
r/7255
refactor(tvix/store): remove Arc<> from PathInfoService::from_addr
Florian Klink
5
-24
/
+37
2023-12-22
r/7254
refactor(tvix/store/bin): move service.clone right before async move
Florian Klink
1
-61
/
+65
2023-12-22
r/7253
refactor(tvix/store/bin): remove unneeded clone
Florian Klink
1
-4
/
+2
2023-12-21
r/7252
docs(tvix/castore/protos): remove reference
Florian Klink
2
-3
/
+3
2023-12-21
r/7251
docs(nix-compat/nar/reader): fix reference
Florian Klink
1
-1
/
+1
2023-12-21
r/7250
docs(nix-compat/derivation): fix docstring
Florian Klink
1
-2
/
+2
[next]