setup
default.checks.x86_64-linux.treefmt
· build #171
· raw
1this derivation will be built:2 /nix/store/6zxvq45dsxhmkzyfzm3siyx46j40ya8f-treefmt-check.drv3error: Cannot build '/nix/store/6zxvq45dsxhmkzyfzm3siyx46j40ya8f-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/b6r6zsxyixz1d6x4yw75sy60l8zxhlz1-treefmt-check7 Last 25 log lines:8 > --- a/README.md9 > +++ b/README.md10 > @@ -138,14 +138,14 @@ legacy `buildbot-nix.toml`) in the root of whichever branch it's currently11 > evaluating, parse it as TOML and apply the configuration specified. The12 > following table illustrates the supported options.13 >14 > -| | key | type | description | default | example |15 > -| :----------------------- | :------------------------- | :---------- | :-------------------------------------------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |16 > -| lock file | `lock_file` | `str` | dictates which lock file `nixbot` will use when evaluating your flake | `flake.lock` | have multiple lockfiles, one for `nixpkgs-stable`, one for `nixpkgs-unstable` or by default pin an input to a private repo, but have a lockfile with that private repo replaced by a public repo for CI |17 > -| attribute | `attribute` | `str` | which attribute in the flake to evaluate and build | `checks` | using a different attribute, like `hydraJobs` |18 > -| flake_dir | `flake_dir` | `str` | which directory the flake is located | `.` | using a different flake, like `./tests` |19 > -| effects on pull requests | `effects_on_pull_requests` | `bool` | run hercules-ci effects on pull requests | `false` | set to `true` to run effects on PRs |20 > -| effects branches | `effects_branches` | `list[str]` | glob patterns for additional branches that run effects | `[]` | `["staging", "release/*"]` |21 > -| legacy eval (deprecated) | `legacy_eval` | `bool` | evaluate `flake_dir#attribute` directly like buildbot-nix did: no `herculesCI`/`onPush` jobs, no build modifiers, attribute names keep their old unprefixed form | `false` | ease migration of existing repos that rely on the old attribute names; will be removed in a future release |22 > +| | key | type | description | default | example |23 > +| :----------------------- | :------------------------- | :---------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |24 > +| lock file | `lock_file` | `str` | dictates which lock file `nixbot` will use when evaluating your flake | `flake.lock` | have multiple lockfiles, one for `nixpkgs-stable`, one for `nixpkgs-unstable` or by default pin an input to a private repo, but have a lockfile with that private repo replaced by a public repo for CI |25 > +| attribute | `attribute` | `str` | which attribute in the flake to evaluate and build | `checks` | using a different attribute, like `hydraJobs` |26 > +| flake_dir | `flake_dir` | `str` | which directory the flake is located | `.` | using a different flake, like `./tests` |27 > +| effects on pull requests | `effects_on_pull_requests` | `bool` | run hercules-ci effects on pull requests | `false` | set to `true` to run effects on PRs |28 > +| effects branches | `effects_branches` | `list[str]` | glob patterns for additional branches that run effects | `[]` | `["staging", "release/*"]` |29 > +| legacy eval (deprecated) | `legacy_eval` | `bool` | evaluate `flake_dir#attribute` directly like buildbot-nix did: no `herculesCI`/`onPush` jobs, no build modifiers, attribute names keep their old unprefixed form | `false` | ease migration of existing repos that rely on the old attribute names; will be removed in a future release |30 >31 > By default, effects only run on the default branch. The `effects_branches` and32 > `effects_on_pull_requests` settings are always read from the **default33 For full logs, run:34 nix log /nix/store/6zxvq45dsxhmkzyfzm3siyx46j40ya8f-treefmt-check.drv