this derivation will be built: /nix/store/mb1ysvnh7yz548c8p6vrhwy9k3mw0akm-treefmt-check.drv error: Cannot build '/nix/store/mb1ysvnh7yz548c8p6vrhwy9k3mw0akm-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/6kn8yd4g3h9hrh8hkcgybahm6nn7wvzc-treefmt-check Last 20 log lines: > tribuchet: building on eliza > treefmt v2.5.0traversed 87 files > emitted 71 files for processing > formatted 71 files (1 changed) in 158ms > 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; For full logs, run: nix log /nix/store/mb1ysvnh7yz548c8p6vrhwy9k3mw0akm-treefmt-check.drv