diff --git a/flake.lock b/flake.lock index efa9660..d4b06e7 100644 --- a/flake.lock +++ b/flake.lock @@ -75,7 +75,9 @@ "nixpkgs": [ "nixpkgs" ], - "treefmt-nix": "treefmt-nix" + "treefmt-nix": [ + "treefmt-nix" + ] }, "locked": { "lastModified": 1713279563, @@ -875,7 +877,7 @@ "rust-overlay": "rust-overlay_2", "sops": "sops", "sunshine": "sunshine", - "treefmt-nix": "treefmt-nix_2" + "treefmt-nix": "treefmt-nix" } }, "rust-overlay": { @@ -1034,27 +1036,6 @@ } }, "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "caddy-with-plugins", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1711963903, - "narHash": "sha256-N3QDhoaX+paWXHbEXZapqd1r95mdshxToGowtjtYkGI=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "49dc4a92b02b8e68798abd99184f228243b6e3ac", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, - "treefmt-nix_2": { "inputs": { "nixpkgs": [ "nixpkgs" diff --git a/flake.nix b/flake.nix index 650b94c..ef69971 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; + treefmt-nix.follows = "treefmt-nix"; }; };