flake: Add rlwrap to devShell

This commit is contained in:
atse 2024-08-16 17:15:21 +08:00 committed by sb10q
parent 1041d3ecbb
commit 1f2de942e4
1 changed files with 1 additions and 1 deletions

View File

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