Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update flake-package-set.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin authored Jul 2, 2023
1 parent 0dc38ad commit de1cc20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/flox/flake-package-set.hh
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ class FlakePackageSet : public PackageSet {
{
if ( todo.empty() )
{
std::vector<nix::Symbol> e;
this->_end = e.end();
this->_it = e.begin();
this->clear();
}
else
{
Expand Down

0 comments on commit de1cc20

Please sign in to comment.