Age | Commit message (Expand) | Author | Files | Lines |
2024-03-03 | r/7632 refactor(tvix/nix-compat): rename NixHash::{digest,hash} | Florian Klink | 3 | -4/+4 |
2024-03-03 | r/7631 refactor(tvix/castore/blobsvc/chunked_reader): refactor, document | Florian Klink | 1 | -131/+139 |
2024-03-02 | r/7630 refactor(nix/buildkite): unify target attr path calculation | sterni | 1 | -6/+9 |
2024-03-02 | r/7629 refactor(nix/buildkite): use attr path over target drv in mkBuild* | sterni | 1 | -15/+14 |
2024-03-02 | r/7628 refactor(nix/buildkite): make more use of formal arguments | sterni | 1 | -8/+10 |
2024-03-02 | r/7627 feat(tvix/castore/blobsvc): BlobReader for more trivial types | Florian Klink | 1 | -0/+2 |
2024-03-02 | r/7626 fix(tvix/castore/blobwriter): don't require Sync + 'static | Florian Klink | 1 | -1/+1 |
2024-02-29 | r/7625 feat(tvix/eval): implement `builtins.hashFile` | Padraic-O-Mhuiris | 6 | -25/+42 |
2024-02-28 | r/7624 docs(web/volgasprint): add link to registration form | Vincent Ambo | 1 | -5/+2 |
2024-02-28 | r/7623 style(web/volgasprint): add emoji to "Visas" section heading | Vincent Ambo | 1 | -1/+1 |
2024-02-28 | r/7622 feat(ops/sanduny): deploy volgasprint.org | Vincent Ambo | 2 | -0/+16 |
2024-02-28 | r/7621 feat(web/volgasprint): initiate website for Volga Sprint 2024 | Vincent Ambo | 9 | -0/+654 |
2024-02-28 | r/7620 refactor(nixery): expose launch script derivation | Vincent Ambo | 1 | -53/+51 |
2024-02-28 | r/7619 fix(nixery): use set-default for setting WEB_DIR | Vincent Ambo | 1 | -1/+1 |
2024-02-27 | r/7618 feat(users/flokli/kb/dilemma): fix grave key | Florian Klink | 1 | -1/+1 |
2024-02-27 | r/7617 feat(tvix/tools/weave): init | edef | 9 | -0/+11471 |
2024-02-27 | r/7616 fix(users/wpcarro): fix warnings for renamed NixOS options | Vincent Ambo | 4 | -12/+12 |
2024-02-27 | r/7615 chore(users/wpcarro): remove `noparent` from owners | Vincent Ambo | 1 | -2/+0 |
2024-02-26 | r/7614 feat(aspen/emacs): Begin a complete emacs config revamp | Aspen Smith | 66 | -0/+2245 |
2024-02-26 | r/7613 feat(users/flokli/kb/dilemma): fix clipboard | Florian Klink | 1 | -4/+4 |
2024-02-26 | r/7612 fix(users/aspen): fix warnings for renamed NixOS options | Vincent Ambo | 3 | -3/+3 |
2024-02-26 | r/7611 fix(users/tazjin): fix warnings for renamed NixOS options | Vincent Ambo | 3 | -7/+7 |
2024-02-26 | r/7610 fix(ops/whitby): use ensureDBOwnership option for panettone | Vincent Ambo | 1 | -3/+1 |
2024-02-26 | r/7609 fix(tazjin/koptevo): add hard dependency from gonic on geesefs | Vincent Ambo | 1 | -1/+4 |
2024-02-26 | r/7608 chore(3p/geesefs): bump to v0.40.1 | Vincent Ambo | 1 | -3/+3 |
2024-02-26 | r/7607 fix: explicit dependencies on network-online.target | Vincent Ambo | 2 | -0/+3 |
2024-02-26 | r/7606 feat(users/flokli/kb/dilemma): add RALT | Florian Klink | 1 | -2/+2 |
2024-02-25 | r/7605 chore(tazjin/nix.svg): shuffle colours around | Vincent Ambo | 1 | -2/+2 |
2024-02-25 | r/7604 fix(tazjin/nixos): fix feed reader base URL | Vincent Ambo | 1 | -0/+1 |
2024-02-25 | r/7603 feat(tazjin/koptevo): experimental miniflux setup | Vincent Ambo | 4 | -1/+38 |
2024-02-25 | r/7602 chore(tazjin/nixos): remove monica setup | Vincent Ambo | 4 | -46/+0 |
2024-02-24 | r/7601 chore: update links to tvixbolt | Florian Klink | 7 | -7/+7 |
2024-02-24 | r/7600 fix(ops/glesys): add more magic skip_flags, use endpoints.s3 | Florian Klink | 1 | -4/+8 |
2024-02-23 | r/7599 feat(ops/modules/www): drop hsts for .dev | Florian Klink | 1 | -10/+0 |
2024-02-23 | r/7598 feat(ops/glesys): add bolt.tvix.dev | Florian Klink | 5 | -26/+27 |
2024-02-23 | r/7597 feat(tvix/eval): implement `builtins.hashString` | Padraic-O-Mhuiris | 14 | -11/+263 |
2024-02-23 | r/7596 refactor(tvix/glue): Make a single errors.rs module | Aspen Smith | 2 | -10/+9 |
2024-02-23 | r/7595 chore(tvixbolt): move from //corp to //web | Vincent Ambo | 9 | -41/+676 |
2024-02-22 | r/7594 refactor(nix-compat/store_path): simplify build_ca_path | Florian Klink | 1 | -14/+12 |
2024-02-22 | r/7593 fix(nixery): strictly adhere to OCI image spec | Markus Rudy | 1 | -2/+2 |
2024-02-22 | r/7592 chore(tazjin/nixos/laptop): timezone Bangkok->Moscow | Vincent Ambo | 1 | -1/+1 |
2024-02-21 | r/7591 feat(tvix/eval): Store string context alongside data | Aspen Smith | 9 | -79/+377 |
2024-02-21 | r/7590 feat(nix/writeTree): don't require IfD for drvs in tree | sterni | 1 | -19/+11 |
2024-02-21 | r/7589 feat(nix/writeTree): init | Aspen Smith | 3 | -0/+145 |
2024-02-21 | r/7588 revert(tvix): don't use Rc::clone explicitly | aspen | 4 | -9/+9 |
2024-02-21 | r/7587 fix(tvix/eval): allow reading non-UTF8 files | Florian Klink | 4 | -14/+14 |
2024-02-21 | r/7586 docs(tvix/eval): notes on the implementation of catchable errors | sterni | 1 | -0/+131 |
2024-02-21 | r/7585 feat(tvix/nix-compat): Use `StorePath` in `Output` | Peter Kolloch | 11 | -82/+119 |
2024-02-21 | r/7584 feat(tvix/nix-compat): input_sources as StorePath | Peter Kolloch | 6 | -31/+53 |
2024-02-21 | r/7583 feat(tvix/nix-compat): input_derivations with StorePaths | Peter Kolloch | 9 | -73/+138 |