From 1f2de942e4c88af699c2f9b09d86fc9dde1ba677 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 16 Aug 2024 17:15:21 +0800 Subject: [PATCH] flake: Add rlwrap to devShell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ace79eb..41410ef 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ name = "thermostat-dev-shell"; packages = with pkgs; [ rust llvm - openocd dfu-util + openocd dfu-util rlwrap ] ++ (with python3Packages; [ numpy matplotlib ]);