mirror of
https://github.com/icewind1991/infinitime-builder.git
synced 2026-06-03 17:44:10 +02:00
nixpkgs 23.11
This commit is contained in:
parent
c57c57f3c6
commit
26462a8bd1
3 changed files with 10 additions and 9 deletions
|
|
@ -11,6 +11,7 @@
|
|||
git,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
adafruit-nrfutil,
|
||||
}: let
|
||||
infinitime-nrf5-sdk = nrf5-sdk.overrideAttrs (old: {
|
||||
version = "15.3.0";
|
||||
|
|
@ -43,8 +44,8 @@ in stdenv.mkDerivation rec {
|
|||
python3.pkgs.click
|
||||
python3.pkgs.cryptography
|
||||
python3.pkgs.intelhex
|
||||
python3.pkgs.adafruit-nrfutil
|
||||
python3.pkgs.pillow
|
||||
adafruit-nrfutil
|
||||
patch
|
||||
git
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue