shells/axidraw: rename to plotter, add vpype
This commit is contained in:
parent
a0ddce8e11
commit
43bbc3c409
|
@ -17,7 +17,7 @@
|
||||||
names = builtins.attrNames (self.overlays.default pkgs pkgs);
|
names = builtins.attrNames (self.overlays.default pkgs pkgs);
|
||||||
in {
|
in {
|
||||||
devShells = {
|
devShells = {
|
||||||
axidraw = pkgs.callPackage ./shells/axidraw { };
|
plotter = pkgs.callPackage ./shells/plotter { };
|
||||||
zephyr = pkgs.callPackage ./shells/zephyr { };
|
zephyr = pkgs.callPackage ./shells/zephyr { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,14 @@ mkShell {
|
||||||
})
|
})
|
||||||
python3
|
python3
|
||||||
jupyter
|
jupyter
|
||||||
] ++ (with python3.pkgs; [ ipython requests axicli drawsvg pillow ]);
|
] ++ (with python3.pkgs; [
|
||||||
|
axicli
|
||||||
|
drawsvg
|
||||||
|
ipython
|
||||||
|
pillow
|
||||||
|
requests
|
||||||
|
vpype
|
||||||
|
vpype-gcode
|
||||||
|
]);
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue