File tree Expand file tree Collapse file tree 7 files changed +39
-8
lines changed Expand file tree Collapse file tree 7 files changed +39
-8
lines changed Original file line number Diff line number Diff line change 3333 url = "github:oxalica/rust-overlay" ;
3434 inputs . nixpkgs . follows = "nixpkgs" ;
3535 } ;
36+
37+ rust-overlay-2024-08-01 = {
38+ url = "github:oxalica/rust-overlay?ref=snapshot/2024-08-01" ;
39+ inputs . nixpkgs . follows = "nixpkgs" ;
40+ } ;
3641 } ;
3742
3843 outputs =
Original file line number Diff line number Diff line change 2222 cardano-node
2323 cardano-cli
2424 pkgs-with-rust-overlay
25+ rust-bin-2024-08-01
2526 ;
2627 python3Packages = pkgs . python3Packages ;
2728
178179 inherit craneLib-nightly ;
179180 inherit fetchGitHubFile ;
180181 inherit installSourceAndCargo ;
182+ inherit rust-bin-2024-08-01 ;
181183 } ;
182184
183185 args-zkVM-rust = {
Original file line number Diff line number Diff line change 2626 rust-stable = pkgs-with-rust-overlay . rust-bin . stable . latest . default . override {
2727 extensions = [ "rust-src" ] ;
2828 targets = [
29- "wasm32-wasi "
29+ "wasm32-wasip1 "
3030 "wasm32-unknown-unknown"
3131 ] ;
3232 } ;
9292 pkgs-with-rust-overlay
9393 ;
9494
95+ rust-bin-2024-08-01 = inputs . rust-overlay-2024-08-01 . lib . mkRustBin { } pkgs ;
96+
9597 rustPlatformStable = pkgs . makeRustPlatform {
9698 rustc = rust-stable ;
9799 cargo = rust-stable ;
Original file line number Diff line number Diff line change 11{
2- clang11Stdenv ,
2+ clang14Stdenv ,
33 nodejs ,
44 fetchFromGitHub ,
55 pkgs ,
66 lib ,
77 xz ,
88} :
9- clang11Stdenv . mkDerivation rec {
9+ clang14Stdenv . mkDerivation rec {
1010 pname = "leap" ;
1111 version = "4.0.0" ;
1212
@@ -25,13 +25,13 @@ clang11Stdenv.mkDerivation rec {
2525 nativeBuildInputs = with pkgs ; [
2626 pkg-config
2727 cmake
28- clang_11
28+ clang_14
2929 git
3030 python3
3131 ] ;
3232
3333 buildInputs = with pkgs ; [
34- llvm_11
34+ llvm_14
3535 curl . dev
3636 gmp . dev
3737 openssl . dev
Original file line number Diff line number Diff line change 11{
2- rust-bin ,
2+ rust-bin-2024-08-01 ,
33 craneLib-nightly ,
44 fetchFromGitHub ,
55 fetchGitHubFile ,
2929 } ;
3030
3131 craneLib = craneLib-nightly . overrideToolchain (
32- rust-bin . fromRustupToolchainFile ( fetchGitHubFile {
32+ rust-bin-2024-08-01 . fromRustupToolchainFile ( fetchGitHubFile {
3333 inherit ( commonArgs . src ) owner repo rev ;
3434 file = "rust-toolchain" ;
3535 hash = "sha256-gHLj2AMKnStjvZcowfe9ZdTnwOBUPCRADmv81H7dAak=" ;
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ mkShell {
7575
7676 # Disabled until elrond-go can build with Go >= 1.19
7777 # Elrond
78- metacraft-labs . cryptography36
78+ # metacraft-labs.cryptography36
7979 # metacraft-labs.erdpy
8080 # metacraft-labs.elrond-go
8181 # metacraft-labs.elrond-proxy-go
You can’t perform that action at this time.
0 commit comments