| 28 Oct 2023 |
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 |
@r522:matrix.org | it has been split up | 12:40:13 |
@r522:matrix.org | see the bottom | 12:40:18 |
@r522:matrix.org | man nix-store-realise | 12:40:25 |
raboof | man nix-store-realise - but indeed hard to follow | 12:40:33 |
Pol | man nix-store-check doesn't exist either | 12:40:51 |
Pol | Yeah now I got the doc | 12:41:11 |
@linus:schreibt.jetzt | In reply to @drupol:matrix.org
man nix-store-check doesn't exist either that's because --check isn't an operation | 12:41:27 |
Pol | True | 12:41:33 |
@linus:schreibt.jetzt | definitely not the clearest arrangement... | 12:41:34 |
Pol | Do you think using this CLI is OK ? nix-build /home/pol/Code/NixOS/nixpkgs -A wireplumber.doc --check --keep-failed -v | 12:44:06 |
Pol | I made modification to wireplumber and I want to see if those changes are reproducible. | 12:44:25 |
Pol | (I basically changed the src to somewhere local) | 12:44:35 |
Pol | * (I basically changed the src to somewhere in local) | 12:44:41 |
raboof | yeah looks like it should to me | 12:44:56 |
Pol | When I do that, it says: | 12:44:57 |
Pol | this derivation will be built:
/nix/store/df8slazq6r76c6lwjmvw2j6j2cbpdbk3-wireplumber-0.4.15.drv
error: some outputs of '/nix/store/df8slazq6r76c6lwjmvw2j6j2cbpdbk3-wireplumber-0.4.15.drv' are not valid, so checking is not possible
| 12:45:00 |
Pol | But when I use: nix-build '<nixpkgs>' -A wireplumber.doc --check --keep-failed, it builds it and the message is different. | 12:45:25 |
raboof | ah, then first do a regular nix-build /home/pol/Code/NixOS/nixpkgs -A wireplumber.doc to build the reference | 12:45:26 |