summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-08-17 06:08:42 -0400
committerseth <[email protected]>2024-08-17 07:02:29 -0400
commit747e8fd00a22a1d1a62f2bf377f9ea8f3c451d2c (patch)
tree52b69a1b3df55f814b9a78aa86d8b0c91c11ee8b /flake.nix
parent7468aa88cee1af2dc4b9c0f4ff5dd039969591c9 (diff)
flake: dedupe treefmt
• Updated input 'teawiebot/treefmt-nix': 'github:numtide/treefmt-nix/8db8970be1fb8be9c845af7ebec53b699fe7e009' (2024-07-23) → follows '' • Removed input 'teawiebot/treefmt-nix/nixpkgs'
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fc0ea7d..b28eda6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = "";
};
};