Age | Commit message (Expand) | Author | Files | Lines |
2024-02-02 | r/7466 feat(tvix/castore/docs/verified-streaming): clarify reply | Florian Klink | 1 | -1/+1 |
2024-02-02 | r/7465 refactor(tvix/castore/blobsvc/combinator): compact trait bounds | Florian Klink | 1 | -1/+2 |
2024-02-01 | r/7464 chore(grfn/home): Update alacritty config for deprecated keys | Aspen Smith | 1 | -3/+3 |
2024-02-01 | r/7463 feat(tvix/eval): Don't emit OpForce for non-thunk constants | Aspen Smith | 3 | -0/+26 |
2024-02-01 | r/7462 chore(3p/sources): Bump channels & overlays | Aspen Smith | 2 | -23/+20 |
2024-02-01 | r/7461 refactor(tvix/eval): Don't double-box Path values | Aspen Smith | 6 | -20/+23 |
2024-01-31 | r/7460 fix(tvix): Represent strings as byte arrays | Aspen Smith | 24 | -223/+427 |
2024-01-31 | r/7459 feat(tvix/eval/observer): Allow capturing timing of events | Aspen Smith | 2 | -0/+36 |
2024-01-30 | r/7458 feat(grfn/system): Add an ocaml home module | Aspen Smith | 2 | -0/+18 |
2024-01-30 | r/7457 feat(grfn/emacs): Add some bindings for ocaml | Aspen Smith | 1 | -1/+8 |
2024-01-30 | r/7456 chore(users/flokli/nixos): drop archeology nixos config | Florian Klink | 4 | -64/+0 |
2024-01-30 | r/7455 chore(users/padraic-o-mhuiris): Add OWNERS file | Padraic-O-Mhuiris | 1 | -0/+3 |
2024-01-30 | r/7454 feat(users/flokli/ipu6-softisp): init | Florian Klink | 27 | -0/+5847 |
2024-01-27 | r/7453 feat(tvix/tools/crunch-v2): add CLI args | Florian Klink | 6 | -33/+884 |
2024-01-27 | r/7452 feat(tvix/tools/crunch-v2): init | edef | 12 | -0/+15022 |
2024-01-25 | r/7451 feat(tvix/eval/tvix_tests): add some more xml tests | Florian Klink | 2 | -0/+48 |
2024-01-25 | r/7450 feat(users/flokli/kb/dilemma): switch to qmk upstream | Florian Klink | 1 | -4/+4 |
2024-01-25 | r/7449 feat(tvix/eval/tests): compare .xml outputs | Florian Klink | 4 | -20/+29 |
2024-01-25 | r/7448 feat(tvix/eval): track pattern binding names | Florian Klink | 5 | -5/+24 |
2024-01-24 | r/7447 fix(tvix/eval/value/function): use BTreeMap for function arg names | Florian Klink | 2 | -5/+5 |
2024-01-24 | r/7446 feat(tvix/eval): expose value_to_xml for test cases | Florian Klink | 2 | -1/+4 |
2024-01-24 | r/7445 fix(tvix/eval/tests): fix eval-okay-getenv | Florian Klink | 3 | -0/+2 |
2024-01-23 | r/7444 fix(sterni/ingeborg/netdata): silence disk_* alarms for virtual devs | sterni | 1 | -0/+21 |
2024-01-23 | r/7443 feat(tvix/store/nar-info): Support async blob upload | Connor Brewster | 5 | -11/+85 |
2024-01-23 | r/7442 feat(tvix/store/nar-bridge): Setup OpenTelemetry | Connor Brewster | 6 | -34/+200 |
2024-01-23 | r/7441 docs(tvix/eval/tests): update comment | Florian Klink | 1 | -2/+1 |
2024-01-23 | r/7440 feat(users/flokli/kb/dilemma): enable taps | Florian Klink | 2 | -0/+26 |
2024-01-22 | r/7439 fix(tvix/glue/tests): resolve logic error in hasContextInAttrKeys | sterni | 1 | -1/+2 |
2024-01-22 | r/7438 docs(tvix): initial notes on a possible generic Nix lang test suite | sterni | 1 | -0/+140 |
2024-01-22 | r/7437 feat(tvix/castore): `process_entry` cannot process unsupported nodes | Ryan Lahfa | 1 | -1/+13 |
2024-01-22 | r/7436 feat(users/flokli/kb/dilemma): enable kinetic mouse mode | Florian Klink | 1 | -0/+1 |
2024-01-21 | r/7435 chore(tvix/store): Use BoxStream type alias | Connor Brewster | 15 | -67/+44 |
2024-01-20 | r/7434 docs(tvix/eval): builtins.toXML is done | Florian Klink | 1 | -1/+1 |
2024-01-20 | r/7433 feat(tvix/store): enable `name` customization in the store | Ryan Lahfa | 3 | -15/+19 |
2024-01-20 | r/7432 refactor(tvix/store): `import_path` → `import_path_as_nar_ca` | Ryan Lahfa | 5 | -118/+161 |
2024-01-20 | r/7431 refactor(tvix/castore): break down `ingest_path` | Ryan Lahfa | 1 | -70/+187 |
2024-01-20 | r/7430 feat(tvix/castore): ingestion does DFS and invert it | Ryan Lahfa | 1 | -49/+69 |
2024-01-20 | r/7429 fix(nix-compat): accept SRI hashes of invalid length | Ryan Lahfa | 1 | -2/+36 |
2024-01-20 | r/7428 feat(users/flokli/kb/dilemma): configure miryoku | Florian Klink | 1 | -70/+81 |
2024-01-20 | r/7427 feat(users/flokli/kb/dilemma): disable VIA | Florian Klink | 3 | -25/+0 |
2024-01-20 | r/7426 feat(users/flokli/kb/dilemma): init custom layout | Florian Klink | 4 | -3/+242 |
2024-01-20 | r/7425 fix(tvix/glue/benches/eval): add impure_builtins | Florian Klink | 1 | -1/+2 |
2024-01-19 | r/7424 feat(users/flokli/keyboards): add dilemma 3x5_3 | Florian Klink | 1 | -0/+39 |
2024-01-19 | r/7423 chore(users/flokli): move keyboard to keyboards/k6_pro | Florian Klink | 3 | -0/+0 |
2024-01-19 | r/7422 chore(3p/sources): Bump channels & overlays | sterni | 16 | -96/+61 |
2024-01-19 | r/7421 chore: use LLVM default version (16) over pinned version 11 | sterni | 3 | -7/+3 |
2024-01-18 | r/7420 feat(grfn/system): Add windtunnel bot github token secret | Aspen Smith | 3 | -1/+19 |
2024-01-18 | r/7419 feat(grfn/system): Use mugwump as a substituter for ogopogo | Aspen Smith | 2 | -0/+13 |
2024-01-18 | r/7418 feat(grfn/system): Set up a buildkite agent on ogopogo | Aspen Smith | 7 | -10/+54 |
2024-01-18 | r/7417 feat(grfn/web): This isn't quite right | Aspen Smith | 1 | -1/+1 |