systemd-with-cryptsetup -> systemd_with_cryptsetup.

This commit is contained in:
Moritz Ulrich 2016-03-20 17:48:48 +01:00
parent 8cbf4bb70b
commit 2e9a0b21f4
1 changed files with 1 additions and 1 deletions

View File

@ -10993,7 +10993,7 @@ in
cryptsetup = null; # Infinite recusion
};
systemd-with-cryptsetup = appendToName "-with-cryptsetup" (systemd.override {
systemd_with_cryptsetup = appendToName "-with-cryptsetup" (systemd.override {
inherit cryptsetup;
});