From dfa45e4f86d91a880ce37e3d1eeebcc0d44fc015 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Tue, 9 Jul 2024 01:04:12 +0000 Subject: [PATCH] shells/plotter: remove broken --- shells/plotter/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/shells/plotter/default.nix b/shells/plotter/default.nix index 201589c..49febb5 100644 --- a/shells/plotter/default.nix +++ b/shells/plotter/default.nix @@ -11,7 +11,6 @@ mkShell { [ (inkscape-with-extensions.override { inkscapeExtensions = with inkscape-extensions; [ - silhouette inkcut axidraw ]; @@ -25,7 +24,5 @@ mkShell { ipython pillow requests - vpype - vpype-gcode ]); }