| 1 Dec 2025 |
Rutile (Commentator2.0) feel free to ping | https://gerrit.lix.systems/c/lix/+/4676
this refactor is now reviewable | 19:58:51 |
helle (just a stray cat girl) | I want to go over that again when I am doing doc (build) fixes, so I want to check if the code is not going to be a maintenance nightmare for it | 20:02:12 |
helle (just a stray cat girl) | looks good at initial skim for that purpose though | 20:10:00 |
helle (just a stray cat girl) | (not going to claim review on it, because that is only a skim and not looking at other factors then doc-gen really) | 20:11:07 |
just1602 | I know we don't want to format the cpp code, but I run formatter automatically on save and in a CL I just did it reformat a nix file I edit. It makes the diff noisy, but on the other hand I'm wondering if we shouldn't format the nix code since we have an RFC compliant formatter. Or at least is it ok if nix file we change are reformatted?
gerrit should really have a diff view like diffstatic, so you can skip the format change and just focus on the logic. | 21:33:25 |
Rutile (Commentator2.0) feel free to ping | machine configuration via toml is now reviewable :D
https://gerrit.lix.systems/c/lix/+/4533 | 21:52:28 |
Rutile (Commentator2.0) feel free to ping | * machine configuration using a toml file is now reviewable :D
https://gerrit.lix.systems/c/lix/+/4533 | 21:52:36 |
Zoe Z | this had me puzzled for probably longer than it should have https://gerrit.lix.systems/c/lix/+/4680 | 21:58:25 |
just1602 | Is there an easy way to run CI locally? I try to upgrade lix to nixpkgs 25.11 and it always work locally, then a different test from the CI fail when I update my CL :/ | 23:21:34 |
piegames | Yes, the CI jobs are just some flake commands | 23:30:06 |
| 2 Dec 2025 |
raitobezarius | In reply to @mzerodev:matrix.org this had me puzzled for probably longer than it should have https://gerrit.lix.systems/c/lix/+/4680 F | 01:27:52 |
Unhooked Spirits | there's a second typo in the description which confounded me further
typo of aws-cpp-sdk-transfer as aws-cpp-std-tranfer prevents linking
transfer vs tranfer
| 01:32:44 |
just1602 | I've the following error in CI and I'm not sure to understand what's going on:
❯ nix build --no-link .#hydraJobs.tests.nixpkgsLibTests.x86_64-linux
error:
… while evaluating an expression to select 'drvPath' on it
at «internal»:1:552:
… while evaluating strict
at «internal»:1:552:
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute 'attrpathsSuperset' missing
at /nix/store/2nsijksh4dfi684an1vzig7ilz0hfljc-source/flake.nix:486:77:
485| ++ lib.optionals pkgs.stdenv.isLinux [
486| ((pkgs.callPackage "${nixpkgs}/ci/eval" { inherit nix; }).attrpathsSuperset {
| ^
487| evalSystem = system;
note: trace involved the following derivations:
derivation 'nixpkgs-lib-tests'
| 05:01:21 |
jade_ | i think you can turn off whitespace somewhere | 07:16:59 |
raitobezarius | nixpkgs CI entrypoint moved in 25.11 | 11:28:29 |