We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustPlatform
nixos-24.05
1 parent fe8825d commit 4e4a0eaCopy full SHA for 4e4a0ea
packages/default.nix
@@ -79,7 +79,10 @@
79
inherit (pkgs) terraform;
80
inherit (legacyPackages.inputs.terranix) terranix;
81
inherit (legacyPackages.inputs.dlang-nix) dcd dscanner serve-d dmd ldc;
82
- inherit (legacyPackages.inputs.ethereum-nix) mev-boost nethermind web3signer foundry nimbus-eth2;
+ inherit (legacyPackages.inputs.ethereum-nix) mev-boost nethermind web3signer nimbus-eth2;
83
+ foundry = legacyPackages.inputs.ethereum-nix.foundry.override {
84
+ rustPlatform = pkgs.rustPlatform;
85
+ };
86
};
87
88
}
0 commit comments