| 28 Oct 2023 |
Pol | OOOh right... | 12:45:51 |
Pol | Thanks :) | 12:47:04 |
raboof | https://github.com/NixOS/nixpkgs/pull/263961 :) | 12:50:37 |
@r522:matrix.org | also, maybe --check should tell you this too? | 12:51:11 |
Pol | raboof: We could also explain a little bit how to compare two different builds. I'm trying to find it by myself here, but I have some troubles. | 12:53:04 |
raboof | sure... did you tru | 12:53:53 |
Pol | So first step: nix-build -A <package> Second step: same command with --check --keep-failed Thirst step: What are the things to compare here? | 12:53:58 |
raboof | * sure... did you try 'diffoscope <one> <other>' yet? | 12:54:03 |
raboof | the end of the second step should say something like "A and B differ", which you can then diffoscope | 12:54:30 |
Pol | Oh. | 12:54:35 |
raboof | could probably made clearer as well :) | 12:55:06 |
Pol | Excellent. So easy when it's explained well | 12:55:50 |
raboof | anyone else going to the r-b summit next week btw? https://reproducible-builds.org/events/hamburg2023/ | 13:01:10 |
Pol | I wish I could... but nope :( | 13:04:35 |
Pol | raboof: Is there a command equivalent to nix-build -A <package> --check but using the new CLI commandS ? nix build ... ? | 15:58:29 |
@r522:matrix.org | In reply to @drupol:matrix.org raboof: Is there a command equivalent to nix-build -A <package> --check but using the new CLI commandS ? nix build ... ? nix build nixpkgs#hello --rebuild --keep-failed ? | 15:59:53 |
@r522:matrix.org | (listed on https://reproducible.nixos.org/ if you've not seen that) | 16:00:34 |
Pol | Oh thanks. Indeed, I haven't seen it. | 16:03:05 |
Pol | [pol@x13:~/Code/NixOS/nixpkgs]$ nix-store --read-log $(nix-instantiate '<nixpkgs>' -A wireplumber.doc)
warning: you did not specify '--add-root'; the result might be removed by the garbage collector
error: store path '7wrbjsivcy8z2zq9kvmv9v1glzn1gxn0-wireplumber-0.4.15.drv!doc' contains illegal character '!'
[pol@x13:~/Code/NixOS/nixpkgs]$
| 16:30:42 |
Pol | I think we should also fix that in the issue template. | 16:30:57 |
Pol | Currently on it. | 16:31:00 |
Pol | => PR is up at https://github.com/NixOS/nixpkgs/pull/263993 , please review | 16:51:00 |
| 29 Oct 2023 |
raboof | awesome news: I successfully reproduced the minimal ISO for the first time, achieving a bit-by-bit identical artifact to the one produced by Hydra 🎉. | 10:47:01 |
raboof | Wrote things up at https://discourse.nixos.org/t/nixos-reproducible-builds-minimal-installation-iso-successfully-independently-rebuilt/34756 | 10:47:12 |
Alyssa Ross | :D | 10:48:31 |
Pol | OMG !!! | 11:16:39 |
Pol | You fixed the grub translation thingie? | 11:16:48 |
raboof | well, I triggered an update, so it'll be only be 'fixed' until someone updates the translations again - still work to do to fix it properly :) | 11:24:40 |
| @cafkafk:gitter.im joined the room. | 11:27:34 |
Pol | excellent work, impressive :) | 11:30:31 |