flake: Add rlwrap to devShell #131

Merged
sb10q merged 1 commits from atse/thermostat:add-rlwrap into master 2024-09-19 10:06:47 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
name = "thermostat-dev-shell";
packages = with pkgs; [
rust llvm
openocd dfu-util
openocd dfu-util rlwrap
] ++ (with python3Packages; [
numpy matplotlib
]);