shell.nix: add df-util

71-update-nixos22_11
Astro 2020-12-13 02:31:19 +01:00
parent ff91dd7baa
commit 2e7be3fe01
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pkgs.mkShell {
name = "thermostat-env";
buildInputs = with pkgs; [
rust gcc
openocd
openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib
]);