this derivation will be built: /nix/store/h2c49ybzpm3qqf847np21jaj61xzfjlk-treefmt-check.drv error: Cannot build '/nix/store/h2c49ybzpm3qqf847np21jaj61xzfjlk-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/x4v6v91zvybrfibhc369ym6pz9vxf63d-treefmt-check Last 25 log lines: > # nix-eval-jobs 2.35.x requires Nix >= 2.35 (tryEnterPrivateMountNamespace) > nixComponents = pkgs.nixVersions.nixComponents_2_35; > -}).overrideAttrs ( > - finalAttrs: _prevAttrs: { > - version = "2.35.1"; > - src = fetchFromGitHub { > - owner = "NixOS"; > - repo = "nix-eval-jobs"; > - tag = "v${finalAttrs.version}"; > - hash = "sha256-EFJnN35L7UieL8zV8qPrpqfdfzztWksY8JYuXF+mr9o="; > - }; > - } > -) > +}).overrideAttrs > + ( > + finalAttrs: _prevAttrs: { > + version = "2.35.1"; > + src = fetchFromGitHub { > + owner = "NixOS"; > + repo = "nix-eval-jobs"; > + tag = "v${finalAttrs.version}"; > + hash = "sha256-EFJnN35L7UieL8zV8qPrpqfdfzztWksY8JYuXF+mr9o="; > + }; > + } > + ) For full logs, run: nix log /nix/store/h2c49ybzpm3qqf847np21jaj61xzfjlk-treefmt-check.drv