mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-04 12:56:25 +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)
|
# and poetry uses the default version (currently 3.10)
|
||||||
python311
|
python311
|
||||||
python310
|
python310
|
||||||
python39
|
oldNixpkgs.python39
|
||||||
oldNixpkgs.python38
|
oldNixpkgs.python38
|
||||||
] ++ [
|
] ++ [
|
||||||
SDL2
|
SDL2
|
||||||
@ -143,7 +143,7 @@ stdenvNoCC.mkDerivation ({
|
|||||||
openocd-stm
|
openocd-stm
|
||||||
] ++ lib.optionals (devTools && !stdenv.isDarwin) [
|
] ++ lib.optionals (devTools && !stdenv.isDarwin) [
|
||||||
gdb
|
gdb
|
||||||
kcachegrind
|
kdePackages.kcachegrind
|
||||||
] ++ lib.optionals (devTools && acceptJlink) [
|
] ++ lib.optionals (devTools && acceptJlink) [
|
||||||
nrfutil
|
nrfutil
|
||||||
nrfconnect
|
nrfconnect
|
||||||
|
Loading…
Reference in New Issue
Block a user