mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-13 11:15:37 +01:00
Handling of the string length condition in should_update
was broken, as evident with the log message
> leaving systemd-boot 246 in place (250.4 is not newer)
Discussion with @mweinelt came to the conclusion
that Python's "<" operator already does what we need,
so the should_update function can be dropped.
Fixes
|
||
|---|---|---|
| .. | ||
| generations-dir | ||
| generic-extlinux-compatible | ||
| grub | ||
| init-script | ||
| raspberrypi | ||
| systemd-boot | ||
| efi.nix | ||
| loader.nix | ||