ruff: add nixosTests.nixos-test-driver.busybox to passthru.tests

This commit is contained in:
Nick Cao 2024-11-22 10:09:09 -05:00
parent e23f1733c6
commit 5b5f018586
No known key found for this signature in database

View File

@ -11,6 +11,7 @@
nix-update-script,
versionCheckHook,
libiconv,
nixosTests,
}:
python3Packages.buildPythonPackage rec {
@ -76,6 +77,7 @@ python3Packages.buildPythonPackage rec {
passthru = {
tests = {
inherit ruff-lsp;
nixos-test-driver-busybox = nixosTests.nixos-test-driver.busybox;
};
updateScript = nix-update-script { };
};