Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-24.05] nixos/systemd-boot: Fix regression in builder script #342234

Merged

Commits on Sep 16, 2024

  1. 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 NixOS#283795 for more details).
    
    The issue was initially fixed in NixOS#284153 but was reverted in NixOS#306339.
    
    Co-authored-by: Sönke Hahn <[email protected]>
    (cherry picked from commit 251b0c9)
    jfroche committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    875e6ad View commit details
    Browse the repository at this point in the history