shells/plotter: remove broken

This commit is contained in:
Artemis Tosini 2024-07-09 01:04:12 +00:00
parent 8d53d930b2
commit dfa45e4f86
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -11,7 +11,6 @@ mkShell {
[ [
(inkscape-with-extensions.override { (inkscape-with-extensions.override {
inkscapeExtensions = with inkscape-extensions; [ inkscapeExtensions = with inkscape-extensions; [
silhouette
inkcut inkcut
axidraw axidraw
]; ];
@ -25,7 +24,5 @@ mkShell {
ipython ipython
pillow pillow
requests requests
vpype
vpype-gcode
]); ]);
} }