tribuchet: building on jamie treefmt v2.5.0traversed 87 files emitted 71 files for processing formatted 71 files (1 changed) in 173ms M nix/package.nix diff --git a/nix/package.nix b/nix/package.nix index dec636a..f99ff68 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -26,9 +26,7 @@ let nativeBuildInputs = [ protobuf ]; PROTOC = "${protobuf}/bin/protoc"; # tribuchet-sandboxd is Linux-only (user namespaces, cgroups) - cargoExtraArgs = lib.optionalString ( - !stdenv.isLinux - ) "--workspace --exclude tribuchet-sandboxd"; + cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd"; }; cargoArtifacts = craneLib.buildDepsOnly commonArgs;