Skip to content

Commit 8c8d27a

Browse files
committed
build(flake/checks): Use ethereum.nix's original foundry derivation
Now that our ethereum.nix has a proper CI: * metacraft-labs/ethereum.nix#36 we're making sure that `foundry`'s derivation is up-to-date: * metacraft-labs/ethereum.nix#37 With the latest fixes applied, we no longer need to override its `rustPlatform` parameter, as it's now set to fenix in ethereum.nix.
1 parent b805e91 commit 8c8d27a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
inherit (legacyPackages) rustToolchain;
6969
inherit (legacyPackages.inputs.dlang-nix) dub;
7070
inherit (legacyPackages.inputs.nixpkgs) cachix nix nix-eval-jobs nix-fast-build;
71+
inherit (legacyPackages.inputs.ethereum-nix) foundry;
7172
}
7273
// optionalAttrs (system == "x86_64-linux" || system == "aarch64-darwin") {
7374
inherit (legacyPackages.inputs.ethereum-nix) geth;
@@ -80,9 +81,6 @@
8081
inherit (legacyPackages.inputs.terranix) terranix;
8182
inherit (legacyPackages.inputs.dlang-nix) dcd dscanner serve-d dmd ldc;
8283
inherit (legacyPackages.inputs.ethereum-nix) mev-boost nethermind web3signer nimbus-eth2;
83-
foundry = legacyPackages.inputs.ethereum-nix.foundry.override {
84-
rustPlatform = pkgs.rustPlatform;
85-
};
8684
};
8785
};
8886
}

0 commit comments

Comments
 (0)