summaryrefslogtreecommitdiff
path: root/flake.nix
AgeCommit message (Collapse)Author
2025-06-02Bump Rust to 1.87 in CI (#6367)Laurenz
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2024-12-05Bump Rust to 1.83 (#5534)Laurenz
2024-11-01Bump Rust in Nix flake to 1.82 (#5345)Max
2024-09-27Fix flake.nix outside of Linux (#5056)PgBiel
2024-09-27Update to Rust version 1.81.0 (#5036)frozolotl
2024-09-26Various improvements to nix flake (#5012)frozolotl
2024-03-03Add docs to nix src (#3537)Shogo Takata
2024-01-29Add `openssl` to dependencies in `flake.nix` (#3285)spore
2023-11-17nix: include git rev in build (#2688)Charlie Moog
2023-10-30Linker error with iconv fix in flake.nix (#2525)Stanislav Alekseev
2023-10-29Prevent Nix warning when using `lib.getExe` (#2507)Pol Dellaiera
1. Remove unecessary inputs 2. Use `flake-parts` module `easyOverlay` 3. Add default Nix formatter 4. Make `systems` attr overridable
2023-09-11Optimize `nix build` times (#2099)jimvdl
2023-07-02Fix some issues in Nix flakeLaurenz
2023-06-28Reduce rebuilds for the Nix flake (#1586)figsoda
This makes it so the package doesn't need to be rebuilt when unrelated changes happen, e.g. in README
2023-06-12Fix Nix flake (#1450)figsoda
Typst now requires Rust 1.70 which is not available in nixpkgs yet, so we switch to fenix instead
2023-05-22Fix flake (version wasn't found anymore) (#1282)sbatial
2023-05-04Extract version for Nix from workspace (#1094)Gleb Smirnov
2023-04-06Add shell completions and man pages (#582)figsoda
2023-04-01Default workspace members to cli (#484)figsoda
2023-03-27Add an overlay to the Nix flake (#377)figsoda
2023-03-27Add Nix flake (#158)figsoda