Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-02 | Merge openStore and openStoreAt with default arguments | Shea Levy | |
2016-05-04 | Add a copyStorePath() utility function | Eelco Dolstra | |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | |
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type. | |||
2016-04-22 | Factor out parallel processing of work items that have dependencies | Eelco Dolstra | |
2016-04-22 | nix copy: Parallelise | Eelco Dolstra | |
2016-04-22 | Add "nix copy" command | Eelco Dolstra | |
This replaces nix-push. For example, $ nix copy --to file:///tmp/cache -r $(type -p firefox) copies the closure of firefox to the specified binary cache. And $ nix copy --from file:///tmp/cache --to s3://my-cache /nix/store/abcd... copies between two binary caches. It will also replace nix-copy-closure, once we have an SSHStore class, e.g. $ nix copy --from ssh://alice@machine /nix/store/abcd... |