systemd-with-cryptsetup -> systemd_with_cryptsetup.

This commit is contained in:
Moritz Ulrich
2016-04-08 14:50:20 +02:00
parent 8cbf4bb70b
commit 2e9a0b21f4
+1 -1
View File
@@ -10993,7 +10993,7 @@ in
cryptsetup = null; # Infinite recusion cryptsetup = null; # Infinite recusion
}; };
systemd-with-cryptsetup = appendToName "-with-cryptsetup" (systemd.override { systemd_with_cryptsetup = appendToName "-with-cryptsetup" (systemd.override {
inherit cryptsetup; inherit cryptsetup;
}); });