nimbus-eth2
nimbus-eth2 copied to clipboard
Flake-based build environment for Nix users
the original nix files remained mostly broken and unmaintained - what's makes this time around different? does anyone else use nix really?
Unit Test Results
9 files ±0 678 suites ±0 19m 15s :stopwatch: - 3m 2s 1 997 tests ±0 1 848 :heavy_check_mark: ±0 149 :zzz: ±0 0 :x: ±0 8 117 runs ±0 7 944 :heavy_check_mark: ±0 173 :zzz: ±0 0 :x: ±0
Results for commit 62a28679. ± Comparison against base commit fb6e6d9c.
:recycle: This comment has been updated with latest results.
I've switched to NixOS on a new computer and I'll be using this on a daily basis. It's also something that I could see us using in the CI down the road (it's a way to pin down all software that is being used during the build - e.g. compilers, system libraries, etc).
It's also something that I could see us using in the CI down the road
if anything we should be using the same docker images we use for creating binaries so we test with the same gcc/glibc/patches