about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2023-10-03 21:37:38 -0400
committerWill Fancher <elvishjerricco@gmail.com>2023-10-04 04:21:35 -0400
commit710b96b191b1585ed655b074879d30313a532c6d (patch)
treedf6545359fc2ac435d0721e23beecdbd0b1bad83 /pkgs
parent4d29250d5b55fe14280906afad7afacd910850b8 (diff)
systemd-stage-1: Default to full systemd build.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9718a46468ebc..5bf8464a4c3b0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -28954,20 +28954,6 @@ with pkgs;
     withUkify = false;
     withBootloader = false;
   };
-  systemdStage1 = systemdMinimal.override {
-    pname = "systemd-stage-1";
-    withAcl = true;
-    withCryptsetup = true;
-    withFido2 = true;
-    withKmod = true;
-    withTpm2Tss = true;
-    withRepart = true;
-  };
-  systemdStage1Network = systemdStage1.override {
-    pname = "systemd-stage-1-network";
-    withNetworkd = true;
-    withLibidn2 = true;
-  };
 
 
   udev =