Domen Kožar
Domen Kožar
Provider a docker image with cachix installed.
We can't do that for global netrc as per https://github.com/NixOS/nix/issues/2933, but the local one could be modded to 600. Need a test if this break multi-user
As requested in https://github.com/cachix/feedback/issues/3
Otherwise one might get an error like: ``` cachix push /nix/store/7i1kqf6x52l1fhqqdmqgggjr0zigggik-cachix-0.1.3/bin/cachix NoInput "You need to specify store paths either as stdin or as a cli argument" ```
Currently when syncing a huge closure, for each derivation we need to do three http requests: a) look up narinfo b) compress + send nar c) upload nar For evaluations...
This makes the UX a bit better of when a developer is trying to understand what's going on.
I'm opening this issue for interest around supporting Guix. @mbakke has raised interest for Chromium package Steps, presumably: - [ ] query libstore for the store location in `push --watch-store`...