Compare commits

...

2 Commits

Author SHA1 Message Date
Erik
0f1bd8bea9
Merge 3c8894a59aea85a1bc03d1d035aa9f9be4645acb into 5661c20580584d86897d139cdeffd6fb1a9a6d5c 2025-07-16 18:40:47 +02:00
tinger
3c8894a59a Add rust-analyzer to flake devShell
This ensures that a system toolchain rust-analzyer doesn't blow the
cargo cache in cases where it differs from flake's toolchain version.
Most notably, running tests would require a rebuild on a nix system with
rust-analyzer having a different version of that in the devShell.
2025-07-16 12:39:34 +02:00

View File

@ -127,6 +127,10 @@
checks = self'.checks;
inputsFrom = [ typst ];
buildInputs = with pkgs; [
rust-analyzer
];
packages = [
# A script for quickly running tests.
# See https://github.com/typst/typst/blob/main/tests/README.md#making-an-alias