lvm2: fix inclusion of nixosTests.lvm2 in tests

This commit is contained in:
7c6f434c
2025-01-19 15:29:40 +01:00
parent 9d54b7793c
commit 3f8254ef7d
+2 -1
View File
@@ -24,6 +24,7 @@
enableMultipath ? false,
multipath-tools,
nixosTests,
recurseIntoAttrs,
}:
# configure: error: --enable-dmeventd requires --enable-cmdlib to be used as well
@@ -181,7 +182,7 @@ stdenv.mkDerivation rec {
passthru.tests = {
installer = nixosTests.installer.lvm;
lvm2 = nixosTests.lvm2;
lvm2 = recurseIntoAttrs nixosTests.lvm2;
};
meta = with lib; {