summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-09 18:00:59 +0000
committerGitHub <noreply@github.com>2023-10-09 18:00:59 +0000
commit75d4639be31d1dd1495f9002793394a152abc07e (patch)
treed1d7fd26e64300ae48bea2e83fe7f642235f48bd /pkgs/os-specific/linux/systemd/default.nix
parent5903dfbe6d6d614852c7f1865911f8a944babc61 (diff)
parent38aa96fc39c9719994f08100f791c27d31ee7892 (diff)
downloadnixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.gz
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.bz2
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.lz
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.xz
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.zst
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific/linux/systemd/default.nix')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index a9110e37433..954977882ee 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -88,7 +88,7 @@
 , withAnalyze ? true
 , withApparmor ? true
 , withAudit ? true
-, withBootloader ? !stdenv.hostPlatform.isMusl # compiles systemd-boot, assumes EFI is available.
+, withBootloader ? withEfi && !stdenv.hostPlatform.isMusl # compiles systemd-boot, assumes EFI is available.
 , withCompression ? true  # adds bzip2, lz4, xz and zstd
 , withCoredump ? true
 , withCryptsetup ? true