From 2e7be3fe01c25c701ce9c3e330f6b401f8b78b3c Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 13 Dec 2020 02:31:19 +0100 Subject: [PATCH] shell.nix: add df-util --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 8e8c1f9..fe3e878 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ pkgs.mkShell { name = "thermostat-env"; buildInputs = with pkgs; [ rust gcc - openocd + openocd dfu-util ] ++ (with python3Packages; [ numpy matplotlib ]);