From 937c8665307f1a67eb01a60b5f587edde53b2acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 5 Apr 2022 07:52:46 +0200 Subject: [PATCH] systemdStage1: drop passing the removed parameter Dropped in 0c852e1fa6 (syntax error). If I looked at history right, it has never been used (but indirectly through cryptsetup). I expect it's a remnant of different attempts at breaking depenency cycle which we now solve through systemdMinimal. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 383fe215f6af..ebed2b787a7b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -23377,7 +23377,7 @@ with pkgs; withCryptsetup = true; withFido2 = true; withTpm2Tss = true; - inherit lvm2 libfido2 p11-kit; + inherit libfido2 p11-kit; }; systemdStage1Network = systemdStage1.override { pname = "systemd-stage-1-network";