Eelco Dolstra
|
1042c10fd0
|
Add NAR / Store accessor abstraction
This is primary to allow hydra-queue-runner to extract files like
"nix-support/hydra-build-products" from NARs in binary caches.
|
2016-02-25 17:43:19 +01:00 |
|
Eelco Dolstra
|
9ccbd55c5b
|
BinaryCacheStore: Implement addToStore()
So now you can do
$ NIX_REMOTE=file:///tmp/binary-cache nix-instantiate '<nixpkgs>' -A hello
and lots of other operations.
|
2016-02-24 16:52:28 +01:00 |
|
Eelco Dolstra
|
ba0a81d14f
|
Show a proper error message for unimplemented binary cache operations
|
2016-02-24 14:57:30 +01:00 |
|
Eelco Dolstra
|
263187a2ec
|
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
So you can now do:
$ NIX_REMOTE=file:///tmp/binary-cache nix-store -qR /nix/store/...
|
2016-02-24 14:48:16 +01:00 |
|