use an OR in a spot where it will help some tiny amount, set up doc

This commit is contained in:
jackjohn7 2025-11-05 21:29:08 -06:00
parent 4e74d926b0
commit 08e0b11db9
9 changed files with 13632 additions and 5 deletions

View file

@ -11,7 +11,7 @@
devShells."x86_64-linux".default = pkgs.mkShell {
buildInputs = with pkgs; [
cargo rustc rustfmt clippy rust-analyzer glibc
cargo rustc rustfmt clippy rust-analyzer glibc typst tinymist
];
nativeBuildInputs = [ pkgs.pkg-config ];
env.RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";