ruff: add nixosTests.nixos-test-driver.busybox to passthru.tests
This commit is contained in:
parent
e23f1733c6
commit
5b5f018586
@ -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 { };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user