| 20 Oct 2025 |
lillecarl | Gosh I really need to stay alert. Same as "eh pipe operator has been supported for a year in nixfmt too"... | 21:45:32 |
raitobezarius | do you read https://docs.lix.systems/manual/lix/stable/release-notes/rl-2.93.html to stay informed? | 21:45:55 |
raitobezarius | normally we try to list things there | 21:45:59 |
raitobezarius | but we may forget to do it for all the features | 21:46:04 |
lillecarl | I try to, but I also miss releases. I've seen the last few at least, I recognize most of the changes there | 21:48:56 |
raitobezarius | we do slow releases thankfully :-) | 21:49:22 |
raitobezarius | 2.94.0 is still being cooked | 21:49:26 |
raitobezarius | (though we are the end of the cooking process) | 21:49:33 |
raitobezarius | ❯ ls doc/manual/rl-next -l | wc -l
43
a lot of cooking
| 21:49:56 |
lillecarl | Until recently I was mostly a nixpkgs AND flake "user". I'm wayyyy more excited for releases now than <1y ago, now that I am "an advanced user" 😄 | 21:52:50 |
raitobezarius | :) | 21:54:08 |
lillecarl | 43 many changes. I've noticed all the cleanup work in the repo too, good to know it's not just the fancyschmancy bits. | 21:54:25 |
lillecarl | * 43 is many changes! I've noticed all the cleanup work in the repo too, good to know it's not just the fancyschmancy bits. | 21:54:34 |
raitobezarius | yeah, 2.94.0 has a lot of cool QoL features | 21:55:25 |
lillecarl | * 43 is many changes! I've noticed all the cleanup work in the repo too, good to see it's not just the fancyschmancy bits. | 21:55:27 |
raitobezarius | Ctrl-C rework, certificate authorities working ~out of the box, async queries, GC improvements, etc. | 21:55:52 |
raitobezarius | the forbidden paths as a proper graph | 21:56:00 |
lillecarl | Nice! | 21:56:14 |
lillecarl | * Nice! Edit: Haha I just hit a Ctrl+C freeze when traversing 200MB JSON incorrectly | 22:13:47 |
Lun | Does anyone have an approach for setting a quota for build directory size that's per build rather than shared by all builds? | 22:43:30 |
raitobezarius | set up build directory on a filesystem with project quota support, set cgroups, listen on cgroups appearance events under the nix-build main cgroup, apply dynamically project quota as builds appears? | 22:46:41 |
QuadRadical (Ping) | yay https://codeberg.org/polyphony/chorus/actions/runs/294 | 23:18:19 |
QuadRadical (Ping) | i added checkPhase = "pkill node"; | 23:18:26 |
| 21 Oct 2025 |
raitobezarius | this is the way to go | 07:07:11 |
Jassuko | error: failed to read compressed data (truncated input)
error: some substitutes for the outputs of derivation '/nix/store/24w89wj10xn3kisirfq7vfzkkmc6aa6s-linux-firmware-20251011-zstd.drv' failed (usually happens due to networking issues); try '--fallback' to build derivation from source
error: 1 dependencies of derivation '/nix/store/16wpw5vazyhq2bycpy518hhr66gxrb4h-firmware.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ar71i78jflrrj4g2psn40si6896b6l63-etc-modprobe.d-firmware.conf.drv' failed to build
error: 1 dependencies of derivation '/nix/store/55qmg054xhkfr0ndl9zxb63qrwbyw05c-linux-6.12.52-modules-shrunk.drv' failed to build
...
Command 'nix-build '<nixpkgs/nixos>' --attr config.system.build.toplevel --no-out-link' returned non-zero exit status 1.
| 08:26:58 |
Jassuko | I still had the terminal window open which I used to fiddle with that box. :D | 08:27:19 |
Jassuko | And that one was NOT a transient network related issue, like the second line suggested. I tried it multiple times only to end up to exactly same errors. lix in nix-shell worked right through without any issues at all. | 08:28:30 |
Jassuko | The upgrade was from 24.11 | 08:29:52 |
uep | possibly simpler approximation: give each nixbldNN user a quota | 08:51:10 |
raitobezarius | oh wow | 09:20:57 |