octoprint: test plugins with ofborg

This commit is contained in:
Sandro Jäckel 2023-04-09 02:18:22 +02:00
parent d6e6478136
commit 86526d707a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -243,9 +243,10 @@ let
];
passthru = {
python = self.python;
inherit (self) python;
updateScript = nix-update-script { };
tests = {
plugins = (callPackage ./plugins.nix { }) super self;
inherit (nixosTests) octoprint;
};
};