Skip to content

Commit

Permalink
feat: expose the todo binary to package outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Jun 26, 2024
1 parent f846786 commit 19f8b36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/flakebox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
run: nix build -L .#ci.mindmap
strategy:
matrix:
binary:
- mindmap
- todo
host:
- macos-x86_64
- macos-aarch64
Expand Down
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
});
in
{
${projectName} = craneLib.buildPackage { };
mindmap = craneLib.buildPackage { meta.mainProgram = "mindmap"; };
todo = craneLib.buildPackage { meta.mainProgram = "todo"; };
});
in
{
Expand Down

0 comments on commit 19f8b36

Please sign in to comment.