Commit graph

8 commits

Author SHA1 Message Date
5b7ce3a49a
ci: run cargo-deny to ensure I agree to all license terms
All checks were successful
/ build (push) Successful in 1s
/ checks (x86_64-linux, clippy) (push) Successful in 1s
/ checks (x86_64-linux, deny) (push) Successful in 1s
/ checks (x86_64-linux, module-ipv4-only-test) (push) Successful in 2s
/ checks (x86_64-linux, module-ipv4-test) (push) Successful in 1s
/ checks (x86_64-linux, module-ipv6-only-test) (push) Successful in 1s
/ checks (x86_64-linux, module-ipv6-test) (push) Successful in 2s
/ checks (x86_64-linux, module-nginx-test) (push) Successful in 2s
/ checks (x86_64-linux, nextest) (push) Successful in 1s
/ checks (x86_64-linux, treefmt) (push) Successful in 1s
/ report-size (push) Successful in 3s
Closes #187
2025-07-13 19:26:40 +02:00
28573ba11f
refactor(package): share more stuff
All checks were successful
/ build (push) Successful in 1s
/ check-integration-tests (push) Successful in 11s
/ report-size (push) Successful in 3s
This should hopefully speed up the nix evals
2025-07-13 19:04:35 +02:00
95cfb31b9a
feat: use rust-overlay to get the rust binaries
All checks were successful
/ build (push) Successful in 1s
/ check-integration-tests (push) Successful in 11s
/ report-size (push) Successful in 3s
This should ensure I use my own rust version instead of the one in
nixpkgs.
2025-05-16 18:36:44 +02:00
8bf62f3ce2
fix(flake): switch overlay to callPackage
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 7s
/ report-size (push) Successful in 1s
This ensures it can be built for any architecture (supported by Rust).
2025-01-10 23:42:40 +01:00
2a52e66bc0
feat: add git-cliff to generate changelogs
This should make the project a bit more "official" c:
2024-12-22 13:12:52 +01:00
618670512e
fix: overlay was broken T-T
All checks were successful
/ check (push) Successful in 1m22s
/ build (push) Successful in 2s
2024-10-28 22:41:12 +01:00
d44d2aa1a7
feat: switch to crane
All checks were successful
/ check (push) Successful in 6s
/ build (push) Successful in 1s
Should provide better caching of the intermediate build artifacts.
2024-10-28 21:55:53 +01:00
c81d7af356
feat: use treefmt-nix and split up flake.nix 2024-10-28 10:41:41 +01:00