Skip to content

Commit 75704cd

Browse files
committed
README: Add badges
1 parent ffc254c commit 75704cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ several Haskell packages.
4444

4545
### [hnix-store-core]
4646

47+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/haskell-nix/hnix-store/ci.yaml?branch=master)](https://github.com/haskell-nix/hnix-store/actions/workflows/ci.yaml)
48+
[![Hackage version](https://img.shields.io/hackage/v/hnix-store-core.svg?color=success)](https://hackage.haskell.org/package/hnix-store-core)
49+
[![Dependencies](https://img.shields.io/hackage-deps/v/hnix-store-core?label=Dependencies)](https://packdeps.haskellers.com/feed?needle=hnix-store-core)
50+
4751
Contains the core effect types and
4852
fundamental operations combining them, agnostic to any particular
4953
effectful implementation (e.g. in-memory, talking to the Nix daemon in
@@ -56,6 +60,10 @@ bring in a specific implementation.
5660

5761
### [hnix-store-remote]
5862

63+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/haskell-nix/hnix-store/ci.yaml?branch=master)](https://github.com/haskell-nix/hnix-store/actions/workflows/ci.yaml)
64+
[![Hackage version](https://img.shields.io/hackage/v/hnix-store-remote.svg?color=success)](https://hackage.haskell.org/package/hnix-store-remote)
65+
[![Dependencies](https://img.shields.io/hackage-deps/v/hnix-store-remote?label=Dependencies)](https://packdeps.haskellers.com/feed?needle=hnix-store-remote)
66+
5967
[Nix] worker protocol implementation for interacting with remote Nix store
6068
via `nix-daemon`.
6169

0 commit comments

Comments
 (0)