nix-required-mounts: expose the VM test in passthru
This commit is contained in:
@@ -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;
|
||||
} ''
|
||||
|
||||
Reference in New Issue
Block a user