about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2024-03-09 21:01:35 -0500
committerGitHub <noreply@github.com>2024-03-09 21:01:35 -0500
commitf592a7ea771bc3c417f7e3026af615d0c6be84ce (patch)
tree04a56803ddc69cfef1dc03129ba1ebbec7d0e816 /pkgs/os-specific
parentfd668bb4271d504815e68c0e467e78cb7d04597c (diff)
parent0aed32b9dd2a4118336c31742fed0262bd381d0b (diff)
Merge pull request #293720 from vkleen/fix/systemd-boot-random-seed
nixos/systemd: Only include systemd-boot-random-seed if the unit exists
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index c304cb1dc2f8d..c7ff2b5ee8cf7 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -856,8 +856,8 @@ stdenv.mkDerivation (finalAttrs: {
     # needed - and therefore `interfaceVersion` should be incremented.
     interfaceVersion = 2;
 
-    inherit withCryptsetup withHostnamed withImportd withKmod withLocaled
-      withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
+    inherit withBootloader withCryptsetup withHostnamed withImportd withKmod
+      withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
 
     tests = {
       inherit (nixosTests)