Skip to content

Commit 1bb7669

Browse files
committed
treefmt: disable riscv64
1 parent 8b2eb97 commit 1bb7669

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

treefmt.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Used to find the project root
1818
projectRootFile = "flake.lock";
1919

20+
flakeCheck = pkgs.hostPlatform.system != "riscv64-linux";
21+
2022
programs.deno.enable =
2123
pkgs.lib.meta.availableOn pkgs.stdenv.hostPlatform pkgs.deno && !pkgs.deno.meta.broken;
2224
programs.ruff.format = true;

0 commit comments

Comments
 (0)