Open jctemp opened 1 month ago
A Nix flake is introduced to streamline the development and building process of the Typst project.
flake.nix
main.rs
cargo.toml
Note: Darwin should build as the Typst/Typst project can build, which depends on this project.
Typst/Typst
Nix Flake Integration
Motivation
A Nix flake is introduced to streamline the development and building process of the Typst project.
Key Changes
flake.nix
file to define the development environment and build process. I adopted the Typst flake for that.main.rs
as specified incargo.toml
.Testing and CSL Dependencies
Build Configurations Tested
Note: Darwin should build as the
Typst/Typst
project can build, which depends on this project.