We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b333282 commit 66db72aCopy full SHA for 66db72a
nix/outputs.nix
@@ -4,5 +4,8 @@ let
4
in
5
[
6
(project.flake)
7
- { }
+ {
8
+ packages.default = project.cabalProject.hsPkgs.haskell-accumulator.components.library;
9
+ devShells.default = project.devShell;
10
+ }
11
]
0 commit comments