summaryrefslogtreecommitdiff
path: root/flake.lock
AgeCommit message (Collapse)Author
2024-06-16use libgit2 to track PRs (#10)v0.2.0seth
* nix: don't depend on registry for nixpkgs input * use libgit2 to track PRs * nix: don't use ci devShell as defaul * crates: bump serenity from `9ad74d4` to `0.12.2 * nix: fix cross compiled builds * crates: split more from client * bot-jobs: update remote refs more efficiently * git-tracker: account for HEAD commits * bot-config: use nixpkgs branches from environment * bot-commands: don't display branches prs haven't landed in * git-tracker: return false when commits aren't found this is annoying as a hard error since it turns out github will report garbage merge commit SHAs for PRs that *haven't* been merged yet. yay * bot: improve docs in some places * bot-client: display invite link on start * bot-http: add TeawieClientExt * bot-commands: add /about * docs: update readme todos * nix: enable StateDirectory in module * crates: bump to 0.2.0
2024-06-08nix: update flake.lock (#8)github-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/14c3b99d4b7cb91343807eac77f005ed9218f742?narHash=sha256-BKFOT/eg0mCf99oTKa63yW%2Bd5Y3K6c5Gb%2BNetxacaHg%3D' (2024-05-31) → 'github:nix-community/fenix/05f2a8ae62c45637b20d162fa2dd450b79e71c27?narHash=sha256-v71DDu2gb02iBIAhUwu5mQZNtYD45QcbEqahqsOCCyU%3D' (2024-06-07) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0?narHash=sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY%3D' (2024-05-30) → 'github:NixOS/nixpkgs/31f40991012489e858517ec20102f033e4653afb?narHash=sha256-HlvsMH8BNgdmQCwbBDmWp5/DfkEQYhXZHagJQCgbJU0%3D' (2024-06-06) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-04nix: update flake.lock (#3)github-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/aaa27b4cf3729b6562cd4dd65ba24eeda3731002?narHash=sha256-Yk0L1JdBTdC9ZtDreqcMMolOtTp0XnPjrACT8oTw2Wg%3D' (2024-05-26) → 'github:nix-community/fenix/14c3b99d4b7cb91343807eac77f005ed9218f742?narHash=sha256-BKFOT/eg0mCf99oTKa63yW%2Bd5Y3K6c5Gb%2BNetxacaHg%3D' (2024-05-31) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c5187508b11177ef4278edf19616f44f21cc8c69?narHash=sha256-iMgzIeedMqf30TXZ439zW3Yvng1Xm9QTGO%2BZwG1IWSw%3D' (2024-05-25) → 'github:NixOS/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0?narHash=sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY%3D' (2024-05-30) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-27initial commitseth