summaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/store-api.hh')
-rw-r--r--nix/libstore/store-api.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libstore/store-api.hh b/nix/libstore/store-api.hh
index bc90d145a29..29b33c0be9c 100644
--- a/nix/libstore/store-api.hh
+++ b/nix/libstore/store-api.hh
@@ -214,7 +214,7 @@ public:
214 214
215 /* Import a sequence of NAR dumps created by exportPaths() into 215 /* Import a sequence of NAR dumps created by exportPaths() into
216 the Nix store. */ 216 the Nix store. */
217 virtual Paths importPaths(bool requireSignature, Source & source) = 0; 217 virtual Paths importPaths(Source & source) = 0;
218 218
219 /* For each path, if it's a derivation, build it. Building a 219 /* For each path, if it's a derivation, build it. Building a
220 derivation means ensuring that the output paths are valid. If 220 derivation means ensuring that the output paths are valid. If