setup
x86_64-linux.treefmt
· build #3028
· raw
1this derivation will be built:2 /nix/store/vr7i43gai04792j5aq11zzzw7ymzfbw8-treefmt-check.drv3error: Cannot build '/nix/store/vr7i43gai04792j5aq11zzzw7ymzfbw8-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/51931w8x7dla8f444y9lnrw3vpnf62p3-treefmt-check7 Last 25 log lines:8 > ERRO formatter | ast-grep-check: failed to apply with options '[scan --error]': exit status 19 >10 > corepkgs/flake.nix11 > error[quote-input-name]: Quote the attribute after `inputs.` — write `inputs."foo"`, not `inputs.foo`. Flake input names are external identifiers, not code; quoting marks them as such and keeps names with dots or dashes uniform.12 > @@ -5,7 +5,7 @@13 > 6 6 │ {14 > 7 7 │ description = "corepkgs — a nixpkgs-free packaging system (static seed + nushell builder)";15 > 8 8 │16 > 9 │- inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";17 > 9 │+ inputs."nixpkgs".url = "github:NixOS/nixpkgs/nixpkgs-unstable";18 > 10 10│19 > 11 11│ # `...` accepts the `self` Nix always passes without deadnix stripping it.20 > 12 12│ outputs =21 > Note:22 > inputs."nixpkgs".follows = "nixpkgs"; # not: inputs.nixpkgs.follows23 > flake.inputs."bun2nix".overlays.default24 >25 > Error: 1 error(s) found in code.26 > Help: Scan succeeded and found error level diagnostics in the codebase.27 >28 >29 > traversed 454 files30 > emitted 323 files for processing31 > formatted 103 files (0 changed) in 3.198s32 > Error: failed to finalise formatting: formatting failures detected33 For full logs, run:34 nix log /nix/store/vr7i43gai04792j5aq11zzzw7ymzfbw8-treefmt-check.drv