You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I build package A on my computer and want to push it to the cache. With cachix, I would do nix build $REPO | cachix push $CACHE_NAME. Any idea how to achieve something similar with nix-serve? I don't see mention of this in the docs.
The text was updated successfully, but these errors were encountered:
This may be a bit late but you can always copy the result with nix copy and nix-copy-closure. This ofc requires your builder to have write access to the nix store of the cache.
Suppose I build package A on my computer and want to push it to the cache. With cachix, I would do
nix build $REPO | cachix push $CACHE_NAME
. Any idea how to achieve something similar withnix-serve
? I don't see mention of this in the docs.The text was updated successfully, but these errors were encountered: