0xB10C / nix

A collection of Nix packages and modules for software I'm using.
MIT License
0 stars 0 forks source link

nix - a collection of nix packages and modules

A collection of Nix modules and packages for software I've written.

Cachix Cache

Updating with nix-update

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

Integration tests

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.