Hraban
Hraban
Related, though not _exactly_ the same as your question: I'd love an easy, one-shot way to run an entire hermetic environment exactly equal to the ofborg runners that run as...
> builds not marking the pr red is intentional to avoid false-positive red-failure, mergers should check check logs themselves if they see ` Unexpected error: command failed`  > >...
I wish there were some kind of global `export NPM_DONT_TOUCH_MY_COMPUTER=noconsent` var I could set, supported by all these "smart" tools. Between this, and tools like husky, running `npm install` on...
I'm curious too 👍 Give it a shot and let me know!
Afaik this is all dynamically linked so the client can just choose what version to link? It's been a while since I've done anything with this but last I checked...
Backstory: I'm using this to build on Nix (on Mac, not on NixOS. Using Nix as a package manager on Mac). Build derivation that seems to work atm: ``` LIBNAME=cllibxml2.dylib...
One clear problem in my patch, is hard-coding the .so vs. .dylib in the makefile. Surely there is an option to let the compiler auto-generate that extension, based on the...
Thanks @lucperkins :) honestly I don't really have a clear plan, I was just playing around to see what this offers. I followed your advice and removed the upstream-cache param...
@dpc are you building one single large final derivation, or are you building many small independent ones?
> > In general, though, it's not clear to me what benefit it would serve to use both Cachix and the Magic Nix Cache. > > Cachix has lots of...