summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-12-19 17:04:18 -0500
committerseth <[email protected]>2024-12-19 17:04:18 -0500
commitb94689313cb43edf7a23e2b0f210d4403a905aba (patch)
tree764cb64a0493141ee0e8e1b3841e45a337798c77
parente3e70d4f9d1e3fa0cdc390c1fddc8983ac043aa4 (diff)
flake: update teawiebot
• Updated input 'teawiebot': 'github:getchoo/teawiebot/77309844e6b890544bc4eea7f03bbafe493ba61e?narHash=sha256-nyej7X2WAsoQiMUub0f9Y58sESQ%2BZGQz3uJwXm8ApfI%3D' (2024-09-30) → 'github:getchoo/teawiebot/426377759bf354754166be2b82b77b9ee64dd16a?narHash=sha256-q/h4bmzknRMz6HFHeDApX1RXUzvdcORWoMIXv3GvpQk%3D' (2024-12-19) • Removed input 'teawiebot/treefmt-nix'
-rw-r--r--flake.lock9
-rw-r--r--flake.nix5
2 files changed, 5 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock
index b6a0a41..24ea91c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -479,15 +479,14 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
- ],
- "treefmt-nix": []
+ ]
},
"locked": {
- "lastModified": 1727730600,
- "narHash": "sha256-nyej7X2WAsoQiMUub0f9Y58sESQ+ZGQz3uJwXm8ApfI=",
+ "lastModified": 1734645360,
+ "narHash": "sha256-q/h4bmzknRMz6HFHeDApX1RXUzvdcORWoMIXv3GvpQk=",
"owner": "getchoo",
"repo": "teawiebot",
- "rev": "77309844e6b890544bc4eea7f03bbafe493ba61e",
+ "rev": "426377759bf354754166be2b82b77b9ee64dd16a",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 4ff0f9a..fe560b1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -370,10 +370,7 @@
teawiebot = {
url = "github:getchoo/teawiebot";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- treefmt-nix.follows = "";
- };
+ inputs.nixpkgs.follows = "nixpkgs";
};
terranix = {