| 26 Oct 2023 |
| WrenIX joined the room. | 20:23:58 |
| @lehmanator:gnulinux.club joined the room. | 20:39:35 |
| 27 Oct 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 01:24:17 |
raboof | https://github.com/NixOS/nix/issues/9251 I could swear I've seen this before, but couldn't find a ticket... | 09:20:45 |
| 28 Oct 2023 |
raboof | https://github.com/NixOS/nixpkgs/issues/263898 🤔 | 06:51:50 |
Pol | I'm trying to check how to fix this issue: https://github.com/NixOS/nixpkgs/issues/230288 | 12:32:39 |
Pol | I see the command nix-build ... with a --check flag. | 12:32:53 |
Pol | I can't find documentation on that flag. | 12:33:01 |
Pol | Do you have some info about it? | 12:33:08 |
@r522:matrix.org | In reply to @drupol:matrix.org I can't find documentation on that flag. it's documented as part of nix-store | 12:33:54 |
Pol | Oki checking this out. | 12:34:25 |
@r522:matrix.org |
All options not listed here are passed to nix-store --realise, except for --arg and --attr / -A which are passed to nix-instantiate. (in nix-build(1))
| 12:34:38 |
@r522:matrix.org | *
All options not listed here are passed to nix-store --realise, except for --arg and --attr / -A which are passed to nix-instantiate.
(in nix-build(1))
| 12:34:41 |
Pol | It's not even documented in nix-store :( | 12:35:34 |
@r522:matrix.org | it is in my man page? | 12:36:04 |
@r522:matrix.org | also https://nixos.org/manual/nix/unstable/command-ref/nix-store/realise | 12:36:24 |
@r522:matrix.org |
This option allows you to check whether a derivation is deterministic. It rebuilds the specified derivation and checks whether the result is bitwise-identical with the existing outputs, printing an error if that’s not the case. The outputs of the specified derivation must already exist. When used with -K, if an output path is not identical to the corresponding output from the previous build, the new output path is left in /nix/store/name.check.
| 12:36:42 |
Pol | got it now, but nothing when I do man nix-store here. | 12:37:37 |
Pol | Thanks! | 12:37:40 |
@r522:matrix.org | huh | 12:37:43 |
@r522:matrix.org | does that man page exist for you? | 12:37:50 |
Pol | yeah but it's very short | 12:37:59 |
Pol |  Download image.png | 12:38:25 |
@r522:matrix.org | wait, you might be getting the nix3-store man page | 12:38:27 |
@r522:matrix.org | oh, no | 12:38:35 |
@r522:matrix.org | i'm on 23.05, maybe it's been edited since? | 12:39:06 |
@r522:matrix.org |  Download image.png | 12:39:44 |
Pol | Oh boy. | 12:40:00 |
Pol | Ok I'll check deeper what's going on. | 12:40:08 |
@r522:matrix.org | ahhh | 12:40:10 |