fix: make treefmt's nixpkgs input follow project nixpkgs
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M flake.nix → flake.nix
@@ -15,7 +15,10 @@ nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; }; - treefmt-nix.url = "github:numtide/treefmt-nix"; + treefmt-nix = { + url = "github:numtide/treefmt-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; simple-css = { url = "github:kevquirk/simple.css"; flake = false;