A collection of Nix modules and packages for software I've written.
The nix-update
tool can be used to update the version (usually commit) of the
packages. Run the following command to update, for example, miningpool-observer.
$ nix-update miningpool-observer --flake --version=skip
The integration tests can be run with nix flake check
.
A single test, for example for miningpool-observer
, can be run with
nix build .#checks.x86_64-linux.miningpool-observer
on x86_64-linux
.
Passing --print-build-logs
helps debugging on failures.