Aldo
Aldo
## Rationale Currently, we can use `treefmt --init` to create a barebone template of `treefmt.toml`. But it's a very empty one, having later to customize it by the user. A...
## Rationale Sometimes, you want to exclude directories that don't belong to any specific language but rather because you don't want `treefmt` to traverse those. ~~As far as I'm aware,...
This PR introduces the `passthru.updateScript` for having custom-tailored update scripts per pkg. The attempt is to refactor / improve our existing `nix-update-action` workflow (for now highly experimental). @selfuryon just making...
### Context _No response_ ### Description Currently, we have our `flake-inputs` Github Action for updating the flake packages. We have discovered that the current solution is not great as each...
Another third attempt to package lodestar without using external libraries and just using plain `nixpkgs` commands. Pretty much still in WIP. Closes #243 Related to previous efforts: #210 #222
We're currently using a packaged version of Besu, but ideally, we should compile it from sources instead. Let's evaluate the difficulty of packaging Besu with Nix and determine if it's...
[Lodestar](https://github.com/ChainSafe/lodestar) is TypeScript Implementation of Ethereum Consensus. Currently, we have two efforts on this: - [Via `dream2nix`](https://github.com/nix-community/ethereum.nix/pull/222) - [Via `yarn2nix`](https://github.com/nix-community/ethereum.nix/pull/210)
Prysm offers a [`remote-signer`](https://github.com/prysmaticlabs/remote-signer) utility for testing or running locally. We should add support for it.
Right now if we run `nix flake metadata`, we obtain the following output: Terminal outputs of Inputs ```bash thinkpad-x1 :: Dev/nix-community/ethereum.nix2 ‹feat/devshell*› % nix flake metadata Resolved URL: git+file:///home/aldo/Dev/nix-community/ethereum.nix2 Locked...