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,
|
nix-update-script,
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
libiconv,
|
libiconv,
|
||||||
|
nixosTests,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
@ -76,6 +77,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
passthru = {
|
passthru = {
|
||||||
tests = {
|
tests = {
|
||||||
inherit ruff-lsp;
|
inherit ruff-lsp;
|
||||||
|
nixos-test-driver-busybox = nixosTests.nixos-test-driver.busybox;
|
||||||
};
|
};
|
||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user