Skip to content

Commit 1eac443

Browse files
committed
Add new CI badge to README.
1 parent 504a845 commit 1eac443

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Deriving ─ Generic instances for Coq inductive types
22

3+
[![Nix Flake
4+
actions](https://github.com/arthuraa/deriving/actions/workflows/cachix-install-nix-action.yml/badge.svg)](https://github.com/arthuraa/deriving/actions/workflows/cachix-install-nix-action.yml)
5+
36
The Deriving library builds instances of basic MathComp classes for inductive
47
data types with little boilerplate, akin to Haskell's `deriving` functionality.
58
To define an `eqType` instance for a type `foo`, just write:

0 commit comments

Comments
 (0)