summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-06 04:18:13 -0400
committerseth <[email protected]>2024-07-09 15:38:51 -0400
commit988d27e9cf92bbaf311218d028115b8593117a82 (patch)
tree526cd8a36a35a097d3354d3be718ad773482d981
parent5fe2777acda756ae69f59e084afd9f6d35a535da (diff)
flake: update nixpkgs-tracker-bot
Flake lock file updates: • Updated input 'nixpkgs-tracker-bot': 'github:getchoo/nixpkgs-tracker-bot/c61a7b372a1ec99ec8d490c7f96df3a25a5c2281' (2024-07-02) → 'github:getchoo/nixpkgs-tracker-bot/d1d098519070ac03a33bf75d1589939741f64f01' (2024-07-06) • Removed input 'nixpkgs-tracker-bot/flake-checks' • Added input 'nixpkgs-tracker-bot/treefmt-nix': follows '' • Added input 'nixpkgs-tracker-bot/treefmt-nix/nixpkgs': follows 'nixpkgs-tracker-bot/nixpkgs'
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
2 files changed, 6 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index c802091..aac032e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -361,17 +361,17 @@
"nixpkgs-tracker-bot": {
"inputs": {
"fenix": [],
- "flake-checks": [],
"nixpkgs": [
"nixpkgs"
- ]
+ ],
+ "treefmt-nix": []
},
"locked": {
- "lastModified": 1719908165,
- "narHash": "sha256-Oc87DwX406dp9XoCa33GmWjyr5XBjbsJ/5bYF5y9Lps=",
+ "lastModified": 1720253835,
+ "narHash": "sha256-PK+HAhTXFCRKe3W7o4tA/nxab5P8u4JHMBW2po84ndY=",
"owner": "getchoo",
"repo": "nixpkgs-tracker-bot",
- "rev": "c61a7b372a1ec99ec8d490c7f96df3a25a5c2281",
+ "rev": "d1d098519070ac03a33bf75d1589939741f64f01",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 3a9c882..4f3d1e1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -119,7 +119,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
fenix.follows = "";
- flake-checks.follows = "";
+ treefmt-nix.follows = "";
};
};