nix-required-mounts: expose the VM test in passthru

This commit is contained in:
Someone Serge
2024-06-26 00:35:43 +00:00
parent 50d4382114
commit 3d84ab0b09
@@ -16,6 +16,7 @@
, formats
, lib
, nix
, nixosTests
, python3Packages
, makeWrapper
, runCommand
@@ -38,6 +39,9 @@ runCommand pname
];
passthru = {
inherit allowedPatterns;
tests = {
inherit (nixosTests) nix-required-mounts;
};
};
meta.mainProgram = pname;
} ''