mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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:
parent
1d5ffa8cac
commit
71ed9d096e
2 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue