Skip to content

Commit

Permalink
fix: add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
NexVeridian committed Oct 2, 2024
1 parent 4a93599 commit d1379df
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "volume"
},
{
"source": "nix-store",
"source": "nix-store-${containerWorkspaceFolderBasename}",
"target": "/nix/store",
"type": "volume"
}
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Contributing code
- Make sure the test pass
- Run `cargo clippy --fix --allow-dirty`
- Run `make precommit` or `make check` if using nix flakes

# License
All code in this repository is dual-licensed under either [License-MIT](./LICENSE-MIT) or [LICENSE-APACHE](./LICENSE-Apache) at your option. This means you can select the license you prefer.
Expand Down
Loading

0 comments on commit d1379df

Please sign in to comment.