Skip to content

Remove redundant treefmt-nix input — provided by nixica

Smartypants requested to merge treefmt-nix-follows-nixica into master

Summary

  • Remove treefmt-nix from flake.nix inputs entirely (nixica's mkFlake already imports it)
  • Remove local.inputs.treefmt-nix.flakeModule from own imports in horizon-flake-parts.nix
  • Remove local.self.inputs.treefmt-nix.flakeModule from published flakeModule
  • Remove strict-inputs exception for github:numtide/treefmt-nix in horizon-ci.nix

Per @locallycompact's direction: treefmt-nix is already provided by nixica via the mkFlake → nixica-formatting → treefmt-nix.flakeModule chain.

Edited by Smartypants

Merge request reports