about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2022-03-19 23:00:06 -0400
committerWill Fancher <elvishjerricco@gmail.com>2022-03-22 21:28:43 -0400
commit2d4ebf1259149ac52c191f461eef4eae6c3671fc (patch)
treee7a95cda3d80c24f28a57f0a4a71ee5d665ec9d5 /pkgs/os-specific/linux/systemd
parent25113740a5063483645cab857716a77437cd881e (diff)
initrd: Optional systemd-based initrd
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-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 3a3a419093b75..4cbed9b7cbf10 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -603,7 +603,7 @@ stdenv.mkDerivation {
     # runtime; otherwise we can't and we need to reboot.
     interfaceVersion = 2;
 
-    inherit withCryptsetup;
+    inherit withCryptsetup util-linux;
 
     tests = {
       inherit (nixosTests) switchTest;