mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
octoprint: test plugins with ofborg
This commit is contained in:
parent
d6e6478136
commit
86526d707a
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user