nixos/systemd-boot: Remove the installed version check altogether

bootctl does it as a part of its update process anyway, so we're just
duplicating code.
This commit is contained in:
Josh Robson Chase 2021-10-01 09:05:39 -04:00
parent 1d5ffa8cac
commit 71ed9d096e
No known key found for this signature in database
GPG key ID: 32A347137755554F
2 changed files with 8 additions and 14 deletions

View file

@ -84,7 +84,7 @@ in
)
output = machine.succeed("/run/current-system/bin/switch-to-configuration boot")
assert "updating systemd-boot from 000.0 to " in output
assert "updated systemd-boot to " in output
'';
};
}