Skip to content

Commit

Permalink
deploy: dfdb42c
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Jul 15, 2024
1 parent ebb35ab commit c80a72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1304,15 +1304,15 @@ <h1>Home</h1>

<p><img alt="hero-image" loading="lazy" src="assets/hero-image.jpeg" /></p>
<h2 id="what-is-ethereumnix">What is Ethereum.nix?<a class="headerlink" href="#what-is-ethereumnix" title="Permanent link">&para;</a></h2>
<p>Ethereum.nix is a collection of <a href="https://nixos.org">Nix</a> packages and <a href="https://nixos.wiki/wiki/NixOS_modules">NixOS</a> modules
<p>Ethereum.nix is a collection of <a href="https://nixos.org">Nix</a> packages and <a href="https://wiki.nixos.org/wiki/NixOS_modules">NixOS</a> modules
designed to make it easier to operate <a href="https://ethereum.org">Ethereum</a> related services and infrastructure.</p>
<p>For the uninitiated, using Ethereum.nix will give you the following benefits:</p>
<ul>
<li>Access to a wide range of Ethereum applications packaged with Nix, ready to run without fuss. Nix guarantees you don't have to worry about version conflicts, missing dependencies or even what state your OS is in.</li>
<li>We aim that every Ethereum application stored in the repository is constructed from its source, including all input dependencies. This approach guarantees the code's reproducibility and trustworthiness. Furthermore, with Nix, expert users can tweak and adjust the build process to any degree of detail as required.</li>
<li>We develop custom NixOS modules to streamline operations with applications such as Execution and Consensus clients (including performing backups). Moreover, we aim to introduce further abstractions that simplify everyday tasks, such as running a production grade Liquid Staking deployment or even a local development environment for running consensus clients and execution clients effortlessly without needing <a href="https://www.docker.com/">Docker</a> or <a href="https://kubernetes.io/">Kubernetes</a>.</li>
</ul>
<p>This project is developed entirely in <a href="https://nixos.wiki/wiki/Flakes">Nix Flakes</a> (but it offers compatibility with legacy Nix thanks to <a href="https://github.com/nix-community/flake-compat"><code>flake-compat</code></a>).</p>
<p>This project is developed entirely in <a href="https://wiki.nixos.org/wiki/Flakes">Nix Flakes</a> (but it offers compatibility with legacy Nix thanks to <a href="https://github.com/nix-community/flake-compat"><code>flake-compat</code></a>).</p>
<h2 id="eager-to-use-ethereumnix">Eager to use Ethereum.nix?<a class="headerlink" href="#eager-to-use-ethereumnix" title="Permanent link">&para;</a></h2>
<div class="nt-cards nt-grid cols-2">
<div class="nt-card">
Expand Down

0 comments on commit c80a72a

Please sign in to comment.