Loading pkgs/applications/misc/octoprint/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/misc/octoprint/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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