1this derivation will be built:2 /nix/store/j03vs4x3hl2d2yfyzs6bzvnnlmcx5bpm-treefmt-check.drv3building '/nix/store/j03vs4x3hl2d2yfyzs6bzvnnlmcx5bpm-treefmt-check.drv'4treefmt-check> treefmt v2.5.0traversed 1236 files5treefmt-check> emitted 535 files for processing6treefmt-check> formatted 535 files (3 changed) in 4.486s7treefmt-check> M flake.nix8treefmt-check> diff --git a/flake.nix b/flake.nix9treefmt-check> index e7e1efc..a35b313 10064410treefmt-check> --- a/flake.nix11treefmt-check> +++ b/flake.nix12treefmt-check> @@ -68,6 +68,7 @@13treefmt-check> #spora.inputs.nixpkgs.follows = "nixpkgs";14treefmt-check> 15treefmt-check> nixos-hardware.url = "github:NixOS/nixos-hardware";16treefmt-check> + nixos-hardware.inputs.nixpkgs.follows = "nixpkgs";17treefmt-check> 18treefmt-check> systems.url = "github:nix-systems/default";19treefmt-check> 20treefmt-check> @@ -189,7 +190,6 @@21treefmt-check> url = "github:Mic92/niks3";22treefmt-check> inputs.nixpkgs.follows = "nixpkgs";23treefmt-check> inputs.treefmt-nix.follows = "treefmt-nix";24treefmt-check> - inputs.flake-parts.follows = "flake-parts";25treefmt-check> };26treefmt-check> 27treefmt-check> freelancer-toolbox.url = "github:numtide/freelancer-toolbox";28error: Cannot build '/nix/store/j03vs4x3hl2d2yfyzs6bzvnnlmcx5bpm-treefmt-check.drv'.29 Reason: builder failed with exit code 1.30 Output paths:31 /nix/store/gxxaniifgi949lidrhm7zhqqm75ns7rb-treefmt-check32 Last 24 log lines:33 > treefmt v2.5.0traversed 1236 files34 > emitted 535 files for processing35 > formatted 535 files (3 changed) in 4.486s36 > M flake.nix37 > diff --git a/flake.nix b/flake.nix38 > index e7e1efc..a35b313 10064439 > --- a/flake.nix40 > +++ b/flake.nix41 > @@ -68,6 +68,7 @@42 > #spora.inputs.nixpkgs.follows = "nixpkgs";43 > 44 > nixos-hardware.url = "github:NixOS/nixos-hardware";45 > + nixos-hardware.inputs.nixpkgs.follows = "nixpkgs";46 > 47 > systems.url = "github:nix-systems/default";48 > 49 > @@ -189,7 +190,6 @@50 > url = "github:Mic92/niks3";51 > inputs.nixpkgs.follows = "nixpkgs";52 > inputs.treefmt-nix.follows = "treefmt-nix";53 > - inputs.flake-parts.follows = "flake-parts";54 > };55 > 56 > freelancer-toolbox.url = "github:numtide/freelancer-toolbox";57 For full logs, run:58 nix log /nix/store/j03vs4x3hl2d2yfyzs6bzvnnlmcx5bpm-treefmt-check.drv