summaryrefslogtreecommitdiff
path: root/nix (unfollow)
Commit message (Collapse)Author
2024-11-10feat: move from openssl to rustlsSophie Forrest
This removes external dependencies on pkg-config and openssl, only requiring the rustls dependency, meaning the entire program is in Rust, simplifying the build system on all platforms.
2024-10-09chore: remove devenvSophie Forrest
Uses a native nix shell.
2024-10-09chore(flake): improve nix infrastructureSophie Forrest
2024-09-11chore: useNextest and use lockfile instead of hashSophie Forrest
2024-09-10chore: use devenvSophie Forrest
2024-09-10feat: downloadingSophie Forrest
Downloading is now done with reqwest.
2024-09-06chore: add flake.nixSophie Forrest
Package can now be built with Nix.