Skip to content

Commit

Permalink
octoprint: octoprint-portlister: disable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Sep 16, 2023
1 parent 4ad540e commit 233c7b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machines/octoprint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ in {
sha256 = "1i5kh8v99357ia4ngq3llap8kw6fkk1j91s27jfb1adgxycxpsqv";
};

# No tests
doCheck = false;

propagatedBuildInputs = [ pkgs.octoprint inotify ];
};
in p: [ octoprint-filament-sensor-universal octoprint-portlister ];
Expand Down

0 comments on commit 233c7b3

Please sign in to comment.