nixos/switch-to-configuration: Remove unused variable

This commit is contained in:
Janne Heß 2021-10-10 12:54:28 +02:00
parent 091567a336
commit ec619ca369
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -485,7 +485,7 @@ unlink($startListFile);
# Print failed and new units.
my (@failed, @new, @restarting);
my (@failed, @new);
my $activeNew = getActiveUnits;
while (my ($unit, $state) = each %{$activeNew}) {
if ($state->{state} eq "failed") {