Skip to content

Commit e8bd6a4

Browse files
committed
disable treefmt on riscv64
1 parent 72cdb22 commit e8bd6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
_module.args.pkgs = nixpkgsUnstable;
9393

9494
treefmt = {
95+
flakeCheck = pkgs.hostPlatform.system != "riscv64-linux";
9596
projectRootFile = "COPYING";
9697
programs = {
9798
deadnix = {

0 commit comments

Comments
 (0)