treefmt-check
x86_64-linux.treefmt
· build #117
· raw
1tribuchet: building on jamie2treefmt v2.5.0traversed 87 files3emitted 71 files for processing4formatted 71 files (1 changed) in 173ms5 M nix/package.nix6diff --git a/nix/package.nix b/nix/package.nix7index dec636a..f99ff68 1006448--- a/nix/package.nix9+++ b/nix/package.nix10@@ -26,9 +26,7 @@ let11 nativeBuildInputs = [ protobuf ];12 PROTOC = "${protobuf}/bin/protoc";13 # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)14- cargoExtraArgs = lib.optionalString (15- !stdenv.isLinux16- ) "--workspace --exclude tribuchet-sandboxd";17+ cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";18 };19 20 cargoArtifacts = craneLib.buildDepsOnly commonArgs;