nixbot

builds

failed treefmt-check aarch64-darwin.treefmt · build #117 · raw

1treefmt v2.5.0traversed 87 files2emitted 71 files for processing3formatted 71 files (1 changed) in 111ms4 M nix/package.nix5diff --git a/nix/package.nix b/nix/package.nix6index dec636a..f99ff68 1006447--- a/nix/package.nix8+++ b/nix/package.nix9@@ -26,9 +26,7 @@ let10 nativeBuildInputs = [ protobuf ];11 PROTOC = "${protobuf}/bin/protoc";12 # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)13- cargoExtraArgs = lib.optionalString (14- !stdenv.isLinux15- ) "--workspace --exclude tribuchet-sandboxd";16+ cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";17 };18 19 cargoArtifacts = craneLib.buildDepsOnly commonArgs;