nixpkgs/nixos/modules/system/boot/loader/systemd-boot
Jean-François Roche 251b0c958f nixos/systemd-boot: Fix regression in builder script
Avoid running Python scripts in the root of the package, as this
triggers `os.listdir` on the Nix store directory during import. This
operation can be time-consuming on large store directories
(see issue #283795 for more details).

The issue was initially fixed in #284153 but was reverted in #306339.

Co-authored-by: Sönke Hahn <soenkehahn@gmail.com>
2024-09-12 01:29:32 +02:00
..
systemd-boot-builder.py nixos/systemd-boot: remove semicolon 2024-08-24 12:50:26 -07:00
systemd-boot.nix nixos/systemd-boot: Fix regression in builder script 2024-09-12 01:29:32 +02:00