mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-03 20:38:16 +00:00
fixup! ci(nix): bump nixpkgs, update to poetry 2.0
This commit is contained in:
parent
994457f47b
commit
be8f721f98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user