diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 17:24:04 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 17:24:04 +0200 |
commit | 969b29803515f099660524a64333a153242070a8 (patch) | |
tree | 8d091f48389a2c820b7eac4f43d98c2ac04b63b3 | |
parent | chore: Initial Commit (diff) | |
download | all_the_issues-969b29803515f099660524a64333a153242070a8.zip |
chore: Correct Readme and update flake
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | flake.lock | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md index 0d02de82af3..1acc9ee54e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# All the Nixos and rustc issues combined in git-bug +# Most of the rust-lang/rust issues in git-bug -This is mostly here for compliance and performance testing between git-bug and git-gub. +This is here for compliance and performance testing between git-bug and git-gub. + +## Why not more issues + +GitHub's traversing the ~48000 issues currently in this repository task enough API calls, +that GitHub times the git-bug bridge out. As such, adding more issues, would need changes +to the bridge. diff --git a/flake.lock b/flake.lock index d5cbe443a55..646b379ddae 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1744536153, - "narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=", + "lastModified": 1749213349, + "narHash": "sha256-UAaWOyQhdp7nXzsbmLVC67fo+QetzoTm9hsPf9X3yr4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11", + "rev": "a4ff0e3c64846abea89662bfbacf037ef4b34207", "type": "github" }, "original": { |