From be8f721f9860ca82aaafb5a98657115d23dfe217 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 2 Jul 2025 14:06:20 +0200 Subject: [PATCH] fixup! ci(nix): bump nixpkgs, update to poetry 2.0 --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index d28c136efc..2511942aa3 100644 --- a/shell.nix +++ b/shell.nix @@ -85,7 +85,7 @@ stdenvNoCC.mkDerivation ({ # and poetry uses the default version (currently 3.10) python311 python310 - python39 + oldNixpkgs.python39 oldNixpkgs.python38 ] ++ [ SDL2 @@ -143,7 +143,7 @@ stdenvNoCC.mkDerivation ({ openocd-stm ] ++ lib.optionals (devTools && !stdenv.isDarwin) [ gdb - kcachegrind + kdePackages.kcachegrind ] ++ lib.optionals (devTools && acceptJlink) [ nrfutil nrfconnect