- Joined on
2024-02-29
nix flake update a b
is not possible but could be
Ah, oops, that's a regression I should have caught; I'll pick this up if I have time and someone doesn't get to it first
nix-doc
integration
:doc
command
Also lets track adding this to CI here and keeping track of the performance of builds over time
I don't think that's the issue since reverting an unrelated PR fixed it. Also this have just the same issue in CI no? or is it bypassed because of the way nix-eval-jobs
works?
your local machine is x86_64-linux, yes?
The one I'm encountering this on is. I should also note that I encountered an inconsistency on aarch64-drawin, where when I added a Meson target…
@qyriad I just did some local tests and for some reason if I run .#hydraJobs.mesonBuild.x86_64-linux
on my local machine, it actually starts building the existing Makefile based system instead;…
Our setup does not have these; I assume this is related to being an admin user potentially
I've hit this repeatedly, glad we're picking this up as an issue, it basically broke building my system configuration for awhile
Are you just imagining something that pulls out the Meson source inputs and then wildcards through the sources and errors or worns if there's a gap? I'm not sure we can throw a hard error on that…