Skip to content

Commit

Permalink
fix overlayAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
angaz committed Oct 8, 2023
1 parent f38c8f2 commit a2db7aa
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,46 @@
zcli.bin = "zcli";
};

overlayAttrs = self'.packages;
overlayAttrs = {
inherit
(self'.packages)
besu
bls
blst
charon
crytic-compile
dirk
dreamboat
erigon
eth2-testnet-genesis
eth2-val-tools
ethdo
ethereal
evmc
foundry
geth
geth-sealer
lighthouse
mcl
mev-boost
mev-boost-builder
mev-boost-prysm
mev-boost-relay
mev-rs
nethermind
nimbus
prysm
sedge
slither
ssvnode
staking-deposit-cli
teku
vouch
vscode-plugin-ackee-blockchain-solidity-tools
vscode-plugin-consensys-vscode-solidity-visual-editor
web3signer
zcli
;
};
};
}

0 comments on commit a2db7aa

Please sign in to comment.