Skip to content

Commit db203ff

Browse files
committed
feat: expose the todo binary to package outputs
1 parent f846786 commit db203ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
});
4444
in
4545
{
46-
${projectName} = craneLib.buildPackage { };
46+
mindmap = craneLib.buildPackage { meta.mainProgram = "mindmap"; };
47+
todo = craneLib.buildPackage { meta.mainProgram = "todo"; };
4748
});
4849
in
4950
{

0 commit comments

Comments
 (0)