From e2c1170bc68209e567a0051983304419abd0bc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Sat, 9 Apr 2022 20:37:55 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20openocd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shenvs/armasm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shenvs/armasm.nix b/shenvs/armasm.nix index f8a0179..195f6e6 100644 --- a/shenvs/armasm.nix +++ b/shenvs/armasm.nix @@ -2,6 +2,7 @@ pkgs: { paths = with pkgs; [ gcc-arm-embedded gnumake + openocd qemu ]; }