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
Currently the output of zb store object export is the modified nix-store --export format that is a stream of NARs. This is useful for store-to-store transfers, but isn't as useful for users. I'd like a couple extra formats:
zip/tarball of the relevant store object files, as if the top of the archive is the store directory. This would be useful for deploying artifacts to a machine that does not have zb installed.
Currently the output of
zb store object exportis the modifiednix-store --exportformat that is a stream of NARs. This is useful for store-to-store transfers, but isn't as useful for users. I'd like a couple extra formats: