lix/src/nix
Eelco Dolstra 95abf9c402 Add "nix copy" command
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...
2016-04-22 14:33:01 +02:00
..
build.cc Fix build 2016-02-25 11:55:05 +01:00
cat.cc nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
command.cc nix --help: Show usage examples 2016-04-21 14:58:32 +02:00
command.hh nix --help: Show usage examples 2016-04-21 14:58:32 +02:00
copy.cc Add "nix copy" command 2016-04-22 14:33:01 +02:00
hash.cc Fix build 2016-02-25 11:55:05 +01:00
installables.cc Add basic "nix build" command 2016-02-09 21:34:24 +01:00
installables.hh Add basic "nix build" command 2016-02-09 21:34:24 +01:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
ls.cc nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
main.cc Add warning about "nix" being experimental 2016-03-04 15:54:41 +01:00
path-info.cc Implement S3BinaryCacheStore::queryAllValidPaths() 2016-04-21 17:53:47 +02:00
progress-bar.cc Add "nix verify-paths" command 2016-03-29 16:37:16 +02:00
progress-bar.hh Add "nix verify-paths" command 2016-03-29 16:37:16 +02:00
sigs.cc Move path info caching from BinaryCacheStore to Store 2016-04-19 18:52:53 +02:00
verify.cc Implement S3BinaryCacheStore::queryAllValidPaths() 2016-04-21 17:53:47 +02:00