nixbot

builds

failed treefmt-check x86_64-linux.treefmt · build #3028 · raw

1ERRO formatter | ast-grep-check: failed to apply with options '[scan --error]': exit status 123corepkgs/flake.nix4error[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.5@@ -5,7 +5,7 @@66 6 │ {77 7 │ description = "corepkgs — a nixpkgs-free packaging system (static seed + nushell builder)";88 8 │ 99 │- inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";10 9 │+ inputs."nixpkgs".url = "github:NixOS/nixpkgs/nixpkgs-unstable";1110 10│ 1211 11│ # `...` accepts the `self` Nix always passes without deadnix stripping it.1312 12│ outputs =14Note:15inputs."nixpkgs".follows = "nixpkgs"; # not: inputs.nixpkgs.follows16flake.inputs."bun2nix".overlays.default1718Error: 1 error(s) found in code.19Help: Scan succeeded and found error level diagnostics in the codebase.202122traversed 454 files23emitted 323 files for processing24formatted 103 files (0 changed) in 3.198s25Error: failed to finalise formatting: formatting failures detected