update mill-scale

This commit is contained in:
Robin Appelman 2025-02-28 23:55:39 +01:00
commit e18328931b
2 changed files with 9 additions and 10 deletions

View file

@ -13,6 +13,5 @@
outputs = {mill-scale, ...}:
mill-scale ./. {
extraPaths = [./tests/data ./tests/snapshots];
tools = pkgs: with pkgs; [cargo-insta];
};
}