From 748a19ac5d6e81c8ab22b00fa1ae467712f07a35 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Mon, 2 Dec 2024 19:03:58 +0100 Subject: [PATCH] ci(nix): macos: fix --args devTools true --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 2c9f5cd238..ea3272784c 100644 --- a/shell.nix +++ b/shell.nix @@ -164,9 +164,9 @@ stdenvNoCC.mkDerivation ({ ] ++ lib.optionals devTools [ shellcheck openocd-stm - kcachegrind ] ++ lib.optionals (devTools && !stdenv.isDarwin) [ gdb + kcachegrind ] ++ lib.optionals (devTools && acceptJlink) [ nrfutil nrfconnect