Skip to content

Commit

Permalink
Fix up some repository organization (#67)
Browse files Browse the repository at this point in the history
This commit converts the nix definition to support the use of cargo
workspaces. It also converts the code to use a cargo workspace to
enable easier work with multiple crates.

---------

Co-authored-by: Mikaela Szekely <[email protected]>
  • Loading branch information
iamrecursion and Qyriad committed Sep 26, 2024
1 parent 644fb1c commit 8b4de31
Show file tree
Hide file tree
Showing 28 changed files with 486 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build Lix Dependencies
shell: "bash"
run: |
eval "$DEV_SHELL"
eval "$DEV_SHELL --command which cc"
- name: Build Tests
shell: "bash"
run: |
Expand Down
193 changes: 53 additions & 140 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b4de31

Please sign in to comment.