all repos — searchix @ a716284145943c7da204a9278c06772649b163a7

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: make treefmt's nixpkgs input follow project nixpkgs

Olivér Falvai
commit

a716284145943c7da204a9278c06772649b163a7

parent

ad243005b8e045d9b51ace549c503b71305a2bad

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M flake.nixflake.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;