From e313b8f2be042ddc01f85198cb75798223be61af Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 17 Feb 2023 15:18:23 +0100 Subject: [PATCH] add gnumake & screen to shell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index cfc734e..5bd4555 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,9 @@ mkShell { STM32STDLIB = "${libstm32stdperiph}"; nativeBuildInputs = [ + gnumake stlink + screen gcc-arm-embedded-10 libstm32cube libstm32stdperiph