File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+
4751Contains the core effect types and
4852fundamental operations combining them, agnostic to any particular
4953effectful 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
6068via ` nix-daemon ` .
6169
You can’t perform that action at this time.
0 commit comments