Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 487 Bytes

All-Agda

Repository to contain nix expressions for all agda versions 2.6.1 onwards.

Currently just contains libraries that have been added to nixpkgs.

Binaries of all packages have been pushed to cachix and can be accessed by running

cachix use all-agda

Updating

To update cachix, run:

nix build .#agdaPackages-{version}.all --json | jq .[0].outputs.out -r | cachix push all-agda

This is now automatically done by a github action on pushing to the main branch.