From 66c51dc21558c6ac5149c5158df7e5b580029e84 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 29 Jan 2008 18:17:36 +0000 Subject: * nix-store --dump-db / --load-db to dump/load the Nix DB. * nix-store --register-validity: option to supply the content hash of each path. * Removed compatibility with Nix <= 0.7 stores. --- src/libstore/remote-store.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/libstore/remote-store.cc') diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc index cc847c050484..88a2fca8aedd 100644 --- a/src/libstore/remote-store.cc +++ b/src/libstore/remote-store.cc @@ -185,6 +185,12 @@ bool RemoteStore::isValidPath(const Path & path) } +PathSet RemoteStore::queryValidPaths() +{ + throw Error("not implemented"); +} + + bool RemoteStore::hasSubstitutes(const Path & path) { writeInt(wopHasSubstitutes, to); -- cgit 1.4.1