octoprint: test plugins with ofborg

This commit is contained in:
Sandro Jäckel
2023-04-10 23:59:50 +02:00
parent d6e6478136
commit 86526d707a
+2 -1
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;
};
};