Commit Graph

16 Commits (master)

Author SHA1 Message Date
Joseph LaFreniere 9cb2d4ff2f
Re-enable `typos` hook with `exampledir/` correctly excluded
This effectively reverts commit 28d1f014aa.
4 months ago
phiresky 28d1f014aa disable typos because they keep checking exampledir 4 months ago
phiresky 89c47ebe1f clippy fix 4 months ago
Joseph LaFreniere 81d04fb8e9
Remove unused runtime deps imagemagick and tesseract 8 months ago
Joseph LaFreniere 2798b84408
Explicitly declare runtime dependencies in Nix package 8 months ago
Joseph LaFreniere 4e70272946
Include Cargo deps in Nix devshell 8 months ago
Joseph LaFreniere b609b06724
Remove `cargo tarpaulin` from Nix checks
`cargo tarpaulin` times out when run in GitHub Actions.
11 months ago
Joseph LaFreniere ff0b92300a
Reuse Nix-built Cargo deps throughout flake 11 months ago
Joseph LaFreniere 01b363d7c0
Remove `cargo-check` pre-commit hook 11 months ago
Joseph LaFreniere 0375facc29
Add `typos` pre-commit hook 11 months ago
Joseph LaFreniere 0eddb2d67f
Require full references for `pkgs.lib`
Some of crane's documentation refers to `crane.lib.${system}` as just "`lib`",
so removing the import from our flake reduces opportunities for confusion.
1 year ago
Joseph LaFreniere 272b5add4a
Declare `rga` package in Nix flake 1 year ago
Joseph LaFreniere fc5ec4f01b
Follow latest nixpkgs and propagate inputs to pre-commit-hooks 1 year ago
Joseph LaFreniere 096ebc9b53
Include JSONC file when building via Nix 1 year ago
Joseph LaFreniere 84b2a2c3bb
Include cargo, nixfmt, rustc, and rustfmt in devShell 1 year ago
Joseph LaFreniere 78451d9ba0
Add Nix Flake and direnv configs and instructions
Nix Flake makes it easy to get a reproducible and self-contained development
environment.
1 year ago