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
Showing only changes of commit 42f3a1f1cb - Show all commits

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
]);