setup
x86_64-linux.treefmt
· build #117
· raw
1this derivation will be built:2 /nix/store/vj8nmfaly3b2y5bxw88dcrhxfylq8q2x-treefmt-check.drv3error: Cannot build '/nix/store/vj8nmfaly3b2y5bxw88dcrhxfylq8q2x-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/d04p6myjfnj1l7pk29mhsrf8f305xm8y-treefmt-check7 Last 20 log lines:8 > tribuchet: building on jamie9 > treefmt v2.5.0traversed 87 files10 > emitted 71 files for processing11 > formatted 71 files (1 changed) in 173ms12 > M nix/package.nix13 > diff --git a/nix/package.nix b/nix/package.nix14 > index dec636a..f99ff68 10064415 > --- a/nix/package.nix16 > +++ b/nix/package.nix17 > @@ -26,9 +26,7 @@ let18 > nativeBuildInputs = [ protobuf ];19 > PROTOC = "${protobuf}/bin/protoc";20 > # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)21 > - cargoExtraArgs = lib.optionalString (22 > - !stdenv.isLinux23 > - ) "--workspace --exclude tribuchet-sandboxd";24 > + cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";25 > };26 >27 > cargoArtifacts = craneLib.buildDepsOnly commonArgs;28 For full logs, run:29 nix log /nix/store/vj8nmfaly3b2y5bxw88dcrhxfylq8q2x-treefmt-check.drv