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.
This commit is contained in:
Vladimír Čunát
2022-04-05 07:55:54 +02:00
parent 120925b5cb
commit 937c866530
+1 -1
View File
@@ -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";