Age | Commit message (Expand) | Author | Files | Lines |
2023-08-20 | r/6494 feat(tvix/nix-compat): don't swallow hash validation errors | Ryan Lahfa | 3 | -58/+208 |
2023-08-19 | r/6493 refactor(tvix): drop rust-analyzer from rust-docs build inputs | Florian Klink | 1 | -1/+0 |
2023-08-19 | r/6492 docs(tvix): update comment | Florian Klink | 1 | -3/+1 |
2023-08-19 | r/6491 refactor(tvix/nix-compat/derivation): cargo clippy | Florian Klink | 1 | -3/+2 |
2023-08-19 | r/6490 docs(tvix/nix-compat/store_path): fix broken docstr reference | Florian Klink | 1 | -2/+2 |
2023-08-19 | r/6489 refactor(tvix/nix-compat/nixhash): use shorthand struct init | Florian Klink | 1 | -1/+1 |
2023-08-19 | r/6488 docs(tvix/nix-compat): remove disambiguity | Florian Klink | 2 | -3/+3 |
2023-08-19 | r/6487 refactor(tvix/nix-compat/derivation/escape): move to Vec<u8> | Florian Klink | 2 | -7/+7 |
2023-08-17 | r/6486 feat(grfn/system): Use fancy unicode chars in psql | Aspen Smith | 1 | -0/+7 |
2023-08-17 | r/6485 chore(grfn/home): Use stable emacs | Aspen Smith | 1 | -1/+1 |
2023-08-17 | r/6484 fix(grfn/emacs): Work around doom bug | Aspen Smith | 1 | -0/+2 |
2023-08-14 | r/6483 chore(tvix/cli): delete unused NixCompatIO code | sterni | 2 | -122/+0 |
2023-08-13 | r/6482 fix(tvix/eval): fix a comment position in value::json | Vincent Ambo | 1 | -2/+2 |
2023-08-13 | r/6481 feat(users/Profpatsch): add my xmonad config | Profpatsch | 6 | -0/+221 |
2023-08-11 | r/6480 test(tvix/eval): check truncation direction of builtins.div | sterni | 2 | -1/+24 |
2023-08-09 | r/6479 refactor(nix/sterni/int): rename div & mod to quot & rem | sterni | 2 | -23/+28 |
2023-08-09 | r/6478 feat(sterni/nix): add trivial float library | sterni | 3 | -0/+73 |
2023-08-09 | r/6477 refactor(users/sterni/nix): move generic number operation into num | sterni | 6 | -45/+64 |
2023-08-09 | r/6476 chore(users/sterni/emacs): use Emacs 29 instead of unstable | sterni | 1 | -2/+1 |
2023-08-08 | r/6475 chore(3p/sources): Bump channels & overlays | Vincent Ambo | 10 | -88/+114 |
2023-08-08 | r/6474 docs(3p/ddclient): add TODO-comment for eventually cleaning this up | Vincent Ambo | 1 | -0/+5 |
2023-08-08 | r/6473 chore(3p/sources): Bump channels & overlays | sterni | 7 | -32/+324 |
2023-08-08 | r/6472 feat(nix/sparseTree): add optional `name` argument | Vincent Ambo | 5 | -42/+68 |
2023-08-08 | r/6471 chore(users/Profpatsch): Update postgres module n stuff | Profpatsch | 7 | -197/+443 |
2023-08-08 | r/6470 fix(emacs-pkgs/term-switcher): don't open vterm over tramp | Vincent Ambo | 1 | -3/+8 |
2023-08-08 | r/6469 feat(tazjin/emacs): use python-mode for Starlark files | Vincent Ambo | 1 | -0/+3 |
2023-08-08 | r/6468 fix(tazjin/emacs): unbind dangerous telega.el shortcut | Vincent Ambo | 1 | -1/+2 |
2023-08-07 | r/6467 feat(users/Profpatsch/whatcd-resolver): Prefer remasters | Profpatsch | 1 | -2/+10 |
2023-08-06 | r/6466 chore(users/Profpatsch): Move Multipart2 into new webstuff package | Profpatsch | 7 | -2/+104 |
2023-08-06 | r/6465 chore(users/Profpatsch/whatcd-resolver): build with nix | Profpatsch | 3 | -2/+51 |
2023-08-06 | r/6464 chore(users/Profpatsch): clean up haskell libs a little | Profpatsch | 12 | -336/+123 |
2023-08-06 | r/6463 docs(users/Profpatsch/jbovlaste-sqlite): add parser docs | Profpatsch | 1 | -1/+14 |
2023-08-04 | r/6462 feat(tazjin/emacs): make zoxide project opener work without git | Vincent Ambo | 2 | -5/+9 |
2023-08-03 | r/6461 feat(grfn/emacs): Tweak org agenda commands | Aspen Smith | 1 | -3/+3 |
2023-08-02 | r/6460 feat(tazjin/emacs): add kubernetes mode | Vincent Ambo | 1 | -0/+1 |
2023-08-01 | r/6459 docs(nix-1p): explain scope of `with` | Vincent Ambo | 1 | -0/+8 |
2023-07-31 | r/6458 refactor(tvix/nix-compat/derivation/tests): fix typo | Florian Klink | 1 | -1/+1 |
2023-07-31 | r/6457 refactor(tvix/nix-compat): use local write::*; | Florian Klink | 1 | -15/+17 |
2023-07-31 | r/6456 refactor(tvix/nix-compat/test): rename `data` identifier | Florian Klink | 1 | -23/+26 |
2023-07-31 | r/6455 refactor(tvix/nix-compat/derivation): drop some useless allocations | Florian Klink | 1 | -6/+3 |
2023-07-31 | r/6454 refactor(tvix/nix-compat/derivation): use writer.write_all | Florian Klink | 2 | -8/+10 |
2023-07-31 | r/6453 refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support | Florian Klink | 6 | -29/+15 |
2023-07-31 | r/6452 refactor(tvix/derivation): move comma writing business up | Florian Klink | 2 | -8/+13 |
2023-07-31 | r/6451 refactor(tvix/nix-compat/derivation): generic write_array_elements | Florian Klink | 1 | -14/+14 |
2023-07-31 | r/6450 refactor(tvix/nix-compat/derivation): simplify | Florian Klink | 3 | -64/+51 |
2023-07-31 | r/6449 refactor(tvix/nix-compat): support non-unicode Derivations | Florian Klink | 14 | -124/+426 |
2023-07-31 | r/6448 feat(nix-compat/store_path): implement PartialOrd and Ord | Florian Klink | 1 | -0/+12 |
2023-07-31 | r/6447 docs(tvix/cli/refscan): fix comment | Florian Klink | 1 | -2/+2 |
2023-07-31 | r/6446 chore(tvix/nix-compat): drop useless clone | Florian Klink | 1 | -1/+1 |
2023-07-28 | r/6445 fix(tazjin/emacs): reset both xrandr outputs correctly | Vincent Ambo | 1 | -0/+1 |