aboutsummaryrefslogtreecommitdiff
path: root/src/nix/store-repair.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/store-repair.cc')
-rw-r--r--src/nix/store-repair.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/store-repair.cc b/src/nix/store-repair.cc
index 8fcb3639a..895e39685 100644
--- a/src/nix/store-repair.cc
+++ b/src/nix/store-repair.cc
@@ -17,7 +17,7 @@ struct CmdStoreRepair : StorePathsCommand
;
}
- void run(ref<Store> store, std::vector<StorePath> && storePaths) override
+ void run(ref<Store> store, StorePaths && storePaths) override
{
for (auto & path : storePaths)
store->repairPath(path);