nixpkgs 23.11

This commit is contained in:
Robin Appelman 2024-01-06 20:49:21 +01:00
commit 26462a8bd1
3 changed files with 10 additions and 9 deletions

View file

@ -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
];