Skip to content

Commit

Permalink
ruff: add nixosTests.nixos-test-driver.busybox to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Nov 22, 2024
1 parent e23f173 commit 5b5f018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/ru/ruff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
nix-update-script,
versionCheckHook,
libiconv,
nixosTests,
}:

python3Packages.buildPythonPackage rec {
Expand Down Expand Up @@ -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 { };
};
Expand Down

0 comments on commit 5b5f018

Please sign in to comment.