mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Oops.
This commit is contained in:
parent
b33da599c5
commit
524fa8a4f1
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
|
||||||
random_shuffle(entries_.begin(), entries_.end());
|
random_shuffle(entries_.begin(), entries_.end());
|
||||||
|
|
||||||
foreach (vector<Path>::iterator, i, entries_)
|
foreach (vector<Path>::iterator, i, entries_)
|
||||||
tryToDelete(state, nixStore + "/" + *i);
|
tryToDelete(state, *i);
|
||||||
|
|
||||||
} catch (GCLimitReached & e) {
|
} catch (GCLimitReached & e) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue