Skip to content

Commit 68de638

Browse files
committed
chore(flake): Ethereum.nix use its proprietary nixpkgs-unstable version
Due to an issue with rustc in the more recent version. • Updated input 'ethereum-nix/nixpkgs-unstable': 'github:nixos/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221?narHash=sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU%3D' (2024-10-10) → 'github:nixos/nixpkgs/9c513fc6fb75142f6aec6b7545cb8af2236b80f5?narHash=sha256-bu0xbu2Z6DDzA9LGV81yJunIti6r7tjUImeR8orAL/I%3D' (2024-06-25)
1 parent e252120 commit 68de638

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

flake.lock

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@
7272
url = "github:metacraft-labs/ethereum.nix";
7373
inputs = {
7474
nixpkgs.follows = "nixos-2311";
75-
nixpkgs-unstable.follows = "nixpkgs-unstable";
75+
76+
# Comment out the unstable packages temporarily since the `rustc-wrapper`
77+
# version in our unstable version is `1.80.1` and the compilation fails
78+
# with an error, however the `rustc-wrapper` version in the `ethereum-nix`
79+
# unstable version is `1.78.0`.
80+
# nixpkgs-unstable.follows = "nixpkgs-unstable";
81+
7682
flake-parts.follows = "flake-parts";
7783
flake-utils.follows = "flake-utils";
7884
systems.follows = "systems";

0 commit comments

Comments
 (0)