mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 04:48:12 +00:00
chore: update clang
This commit is contained in:
parent
18f7820d47
commit
68c83f54cb
13
ci/shell.nix
13
ci/shell.nix
@ -22,6 +22,17 @@ let
|
|||||||
};
|
};
|
||||||
overlays = [ rustOverlay ];
|
overlays = [ rustOverlay ];
|
||||||
};
|
};
|
||||||
|
# 23.11 from 15. 4. 2024
|
||||||
|
newNixpkgs = import (builtins.fetchTarball {
|
||||||
|
url = "https://github.com/NixOS/nixpkgs/archive/53a2c32bc66f5ae41a28d7a9a49d321172af621e.tar.gz";
|
||||||
|
sha256 = "0yqbwqbripb1bbhlwjfbqmg9qb0lai2fc0k1vfh674d6rrc8igwv";
|
||||||
|
}) {
|
||||||
|
config = {
|
||||||
|
allowUnfree = acceptJlink;
|
||||||
|
segger-jlink.acceptLicense = acceptJlink;
|
||||||
|
};
|
||||||
|
overlays = [ rustOverlay ];
|
||||||
|
};
|
||||||
# commit before python36 was removed
|
# commit before python36 was removed
|
||||||
oldPythonNixpkgs = import (builtins.fetchTarball {
|
oldPythonNixpkgs = import (builtins.fetchTarball {
|
||||||
url = "https://github.com/NixOS/nixpkgs/archive/b9126f77f553974c90ab65520eff6655415fc5f4.tar.gz";
|
url = "https://github.com/NixOS/nixpkgs/archive/b9126f77f553974c90ab65520eff6655415fc5f4.tar.gz";
|
||||||
@ -108,7 +119,7 @@ stdenvNoCC.mkDerivation ({
|
|||||||
libffi
|
libffi
|
||||||
libjpeg
|
libjpeg
|
||||||
libusb1
|
libusb1
|
||||||
llvmPackages.clang
|
newNixpkgs.llvmPackages_17.clang
|
||||||
openssl
|
openssl
|
||||||
pkgconfig
|
pkgconfig
|
||||||
poetry
|
poetry
|
||||||
|
Loading…
Reference in New Issue
Block a user