Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit a1ed0b8

Browse files
committed
[GH-170] Add Coveralls to Nix, review comment by @jbgi.
1 parent 74aa4ea commit a1ed0b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shell.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
(import ./. {}).nix-tools.libs.cardano-shell
1+
let
2+
localPkgs = import ./. { };
3+
mainShell = localPkgs.nix-tools.libs.cardano-shell;
4+
in mainShell // {
5+
inherit (localPkgs) runCoveralls;
6+
}

0 commit comments

Comments
 (0)