summary refs log tree commit diff
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2023-09-13 11:58:39 +0200
committernikstur <nikstur@outlook.com>2023-09-13 12:03:50 +0200
commit57365d224ca3142e1d95f340e71f50ce0d6ea3c5 (patch)
treee58f7cc588b53a17a2f39012a113dd27aed021dc
parente2699cd256e560c72faf0c65d32205b8e7edb52b (diff)
downloadnixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.tar
nixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.tar.gz
nixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.tar.bz2
nixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.tar.lz
nixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.tar.xz
nixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.tar.zst
nixpkgs-57365d224ca3142e1d95f340e71f50ce0d6ea3c5.zip
systemdStage1: re-include repart
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2829a813043..8b4b3f12b04 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -29011,6 +29011,7 @@ with pkgs;
     withFido2 = true;
     withKmod = true;
     withTpm2Tss = true;
+    withRepart = true;
   };
   systemdStage1Network = systemdStage1.override {
     pname = "systemd-stage-1-network";