diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-07-26 13:50:18 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-07-26 13:50:18 +0200 |
commit | 72c5bac39d0ee37a2a6c02dad5df3e17c02a7995 (patch) | |
tree | 6fa664f3524ff603a771095e11687c175597cf19 /src | |
parent | fe1f34fa60ad79e339c38e58af071a44774663f7 (diff) |
Revert no longer necessary change
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/store-api.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 4ed2fd151..4fb6c40c7 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -683,7 +683,7 @@ public: the Nix store. Optionally, the contents of the NARs are preloaded into the specified FS accessor to speed up subsequent access. */ - virtual StorePaths importPaths(Source & source, CheckSigsFlag checkSigs = CheckSigs); + StorePaths importPaths(Source & source, CheckSigsFlag checkSigs = CheckSigs); struct Stats { |