Skip to content

Commit 66db72a

Browse files
committed
Able to build on Mac
1 parent b333282 commit 66db72a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/outputs.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ let
44
in
55
[
66
(project.flake)
7-
{ }
7+
{
8+
packages.default = project.cabalProject.hsPkgs.haskell-accumulator.components.library;
9+
devShells.default = project.devShell;
10+
}
811
]

0 commit comments

Comments
 (0)