Graham Christensen

Results 284 comments of Graham Christensen

Please re-open if you provide more context :)

Do you have an idea on what would be a nice label?

It isn't identical in scenarios like: ``` @grahamcofborg build A @grahamcofborg build B @grahamcofborg build C ``` this will result in 3x Checks per command.

Thanks for the PR! I'll tag in @edolstra to see if this makes sense with the invariants of caches. One thing to note is this is really a proxy for...

This fix has caused a test failure in https://github.com/determinateSystems/nix-installer as well, tracked down to 20240911.3 and 20240915.3.

Hm. How did you run it? On Wed, Jun 18, 2025, at 7:55 PM, Farid Zakaria wrote: > *fzakaria* created an issue (DeterminateSystems/nix-installer#1586) > Error > > `Error: > 0:...

That's a bit surprising. Have you installed Nix before? I'm curious how that GID (960) came to be. One option available immediately is to delete that group (`groupdel nixbld`) and...

Ofborg already does log streaming. The challenge is finding a nice time to post the link. Right now the live stream link is posted when the build finishes :( Sent...

Hi @expelledboy, unfortunately installing Nix typically requires root because of what it needs to do with the filesystem (creating a /nix directory, managing cgroup isolation, etc.) Can you describe your...

Hrmm... what kernel / distro? Does it help if you pass `--extra-conf "sandbox = false"`?