diff options
| author | seth <[email protected]> | 2024-08-17 06:08:42 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-17 07:02:29 -0400 |
| commit | 747e8fd00a22a1d1a62f2bf377f9ea8f3c451d2c (patch) | |
| tree | 52b69a1b3df55f814b9a78aa86d8b0c91c11ee8b | |
| parent | 7468aa88cee1af2dc4b9c0f4ff5dd039969591c9 (diff) | |
flake: dedupe treefmt
• Updated input 'teawiebot/treefmt-nix':
'github:numtide/treefmt-nix/8db8970be1fb8be9c845af7ebec53b699fe7e009' (2024-07-23)
→ follows ''
• Removed input 'teawiebot/treefmt-nix/nixpkgs'
| -rw-r--r-- | flake.lock | 25 | ||||
| -rw-r--r-- | flake.nix | 3 |
2 files changed, 3 insertions, 25 deletions
@@ -416,7 +416,7 @@ "openwrt-imagebuilder": "openwrt-imagebuilder", "teawiebot": "teawiebot", "terranix": "terranix", - "treefmt-nix": "treefmt-nix_2" + "treefmt-nix": "treefmt-nix" } }, "rust-overlay": { @@ -460,7 +460,7 @@ "nixpkgs": [ "nixpkgs" ], - "treefmt-nix": "treefmt-nix" + "treefmt-nix": [] }, "locked": { "lastModified": 1723478117, @@ -506,27 +506,6 @@ "treefmt-nix": { "inputs": { "nixpkgs": [ - "teawiebot", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1721769617, - "narHash": "sha256-6Pqa0bi5nV74IZcENKYRToRNM5obo1EQ+3ihtunJ014=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "8db8970be1fb8be9c845af7ebec53b699fe7e009", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, - "treefmt-nix_2": { - "inputs": { - "nixpkgs": [ "nixpkgs" ] }, @@ -117,7 +117,6 @@ url = "github:getchoo/nixpkgs-tracker-bot"; inputs = { nixpkgs.follows = "nixpkgs"; - fenix.follows = ""; treefmt-nix.follows = ""; }; }; @@ -131,7 +130,7 @@ url = "github:getchoo/teawiebot"; inputs = { nixpkgs.follows = "nixpkgs"; - fenix.follows = ""; + treefmt-nix.follows = ""; }; }; |
