forked from M-Labs/thermostat
flake: Add rlwrap to devShell
This commit is contained in:
parent
1041d3ecbb
commit
1f2de942e4
|
@ -63,7 +63,7 @@
|
||||||
name = "thermostat-dev-shell";
|
name = "thermostat-dev-shell";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
rust llvm
|
rust llvm
|
||||||
openocd dfu-util
|
openocd dfu-util rlwrap
|
||||||
] ++ (with python3Packages; [
|
] ++ (with python3Packages; [
|
||||||
numpy matplotlib
|
numpy matplotlib
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue