summaryrefslogtreecommitdiff
path: root/flake.lock
AgeCommit message (Collapse)Author
2024-12-19jolly winter cleanup (#251)seth
* ci: bump DeterminateSystems/nix-installer-action from 13 to 16 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 16. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v16) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * crates: bump serde from 1.0.209 to 1.0.215 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.215. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.215) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * crates: bump serde_json from 1.0.127 to 1.0.133 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.127...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * crates: bump tokio from 1.40.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * crates: bump reqwest from 0.12.7 to 0.12.9 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.9. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.9) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * nix: update flake.lock * ci: bump DeterminateSystems/magic-nix-cache-action from 7 to 8 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...v8) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * treewide: debrand * nix: adopt new darwin sdk * nix: drop treefmt * nix: misc formatting changes * ci: cleanup * nix: pass version info to static builds * nix: mv {derivation,package}.nix * eyre -> anyhow * remove 2024 edition warnings * format with rustfmt * remove optional commands * ci: don't include internal variables in job names * nix: enable for lto builds --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: getchoo-bot[bot] <183349775+getchoo-bot[bot]@users.noreply.github.com>
2024-08-23nix: update flake.lock (#219)seth
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/733453ac54a40997a6a690b60f3942d79560247c?narHash=sha256-Hwm46lggqtihMaRuxbNaC1ACcU2a0jO/HXqrdjMatXk%3D' (2024-07-26) → 'github:NixOS/nixpkgs/5de1564aed415bf9d0f281461babc2d101dd49ff?narHash=sha256-Nf/iQWamRVAwAPFccQMfm5Qcf%2BrLLnU1rWG3f9orDVE%3D' (2024-08-22) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/8db8970be1fb8be9c845af7ebec53b699fe7e009?narHash=sha256-6Pqa0bi5nV74IZcENKYRToRNM5obo1EQ%2B3ihtunJ014%3D' (2024-07-23) → 'github:numtide/treefmt-nix/070f834771efa715f3e74cd8ab93ecc96fabc951?narHash=sha256-kKJtaiU5Ou%2Be/0Qs7SICXF22DLx4V/WhG1P6%2Bk4yeOE%3D' (2024-08-22) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-09tree-wide: end of summer cleanup (#214)seth
* api: refactor & rename module to http * client: split from main.rs * tree-wide: use eyre::Report as error * nix: alejandra -> nixfmt * nix: start using treefmt-nix * nix: simplify flake * nix: refactor derivation & docker image * nix: remove overlay * ci: update & cleanup workflows * commands: assign all commands automatically * commands/copypasta: remove * http/teawie: update response struct for upstream rust rewrite * handlers: rename modules to events; flatten * crates: rename self to teawie-bot * nix: fenix -> rust-overlay i want a specific rust version grrrrrrr * ci: pin rust to 1.79 this is what our nix dev shell uses and what we can compile on. it seems the time crate doesn't like v1.80 of the compiler :( * ci: always run release gates * nix: fix static toolchain * nix: rust-overlay -> nixpkgs * ci: adopt actions-rust-lang actions * nix: use docker arch names for containers * crates/time: 0.3.30 -> 0.3.36 fixes building on rust 1.80.0
2024-07-27nix: update flake.lock (#213)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/13b935cb8e697913298acca8309cf031336497f7?narHash=sha256-3GHNXsPZQRY4yPyov9vD6DAapdb4ZXJp8qpQY2u0lWQ%3D' (2024-07-19) → 'github:nix-community/fenix/27128b6e467ced6142264d02a884fde45931e708?narHash=sha256-XkNqglPxkfWOkysN5C1aZeoHCozwyRq3nC4jL0IFqlA%3D' (2024-07-26) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/52143a5ac08eb344126f3194e3e55b789c9a9216?narHash=sha256-AdCcGMv7JoE/aZ%2BSWO2Bh6AMYXuaz7olQRCb6Y7Ys0g%3D' (2024-07-18) → 'github:rust-lang/rust-analyzer/c02a4a31eada45e591b5edb8c1a813ea7b9d408f?narHash=sha256-u3e38jvjbxbbYH3caQFPE7gnNFNBjbkqkHRKBx1AOJs%3D' (2024-07-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ad0111043c09f7d0f6b9f039882cbf350d4f7d49?narHash=sha256-X5%2BQA5K3J2KA20YEaBJ%2BGKDj/XIb5PutHmphgYQUszA%3D' (2024-07-19) → 'github:NixOS/nixpkgs/733453ac54a40997a6a690b60f3942d79560247c?narHash=sha256-Hwm46lggqtihMaRuxbNaC1ACcU2a0jO/HXqrdjMatXk%3D' (2024-07-26) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-20nix: update flake.lock (#211)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/e7aefd2e730c4d43adca53602a0446c29653fef8?narHash=sha256-I1tpD/7KqcKaVVHSXQcLx6oxvdQEVHjCrcEqunsmBeg%3D' (2024-07-12) → 'github:nix-community/fenix/13b935cb8e697913298acca8309cf031336497f7?narHash=sha256-3GHNXsPZQRY4yPyov9vD6DAapdb4ZXJp8qpQY2u0lWQ%3D' (2024-07-19) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/ffbc5ad993d5cd2f3b8bcf9a511165470944ab91?narHash=sha256-6I%2Bfm%2BnTLF/iaj7ffiFGlSY7POmubwUaPA/Wq0Bm53M%3D' (2024-07-11) → 'github:rust-lang/rust-analyzer/52143a5ac08eb344126f3194e3e55b789c9a9216?narHash=sha256-AdCcGMv7JoE/aZ%2BSWO2Bh6AMYXuaz7olQRCb6Y7Ys0g%3D' (2024-07-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6794d064edc69918bb0fc0e0eda33ece324be17a?narHash=sha256-y2wc7CdK0vVSIbx7MdVoZzuMcUoLvZXm%2BpQf2RIr1OU%3D' (2024-07-12) → 'github:NixOS/nixpkgs/ad0111043c09f7d0f6b9f039882cbf350d4f7d49?narHash=sha256-X5%2BQA5K3J2KA20YEaBJ%2BGKDj/XIb5PutHmphgYQUszA%3D' (2024-07-19) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-13nix: update flake.lock (#210)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/f6994934e25396d3a70ddb908cefccd8d3c37ac4?narHash=sha256-GPl5qug68zcCBvkakakTdzuA/LIOdWyJbAjXkoeM%2BFE%3D' (2024-07-05) → 'github:nix-community/fenix/e7aefd2e730c4d43adca53602a0446c29653fef8?narHash=sha256-I1tpD/7KqcKaVVHSXQcLx6oxvdQEVHjCrcEqunsmBeg%3D' (2024-07-12) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/cae997e3380363a906588f14c7b4587f39cf09f5?narHash=sha256-dQx1p/2ObV%2BiDriPWTBvELCwxe9ZbOimKTJKE3MA2FQ%3D' (2024-07-03) → 'github:rust-lang/rust-analyzer/ffbc5ad993d5cd2f3b8bcf9a511165470944ab91?narHash=sha256-6I%2Bfm%2BnTLF/iaj7ffiFGlSY7POmubwUaPA/Wq0Bm53M%3D' (2024-07-11) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d9c0b9d611277e42e6db055636ba0409c59db6d2?narHash=sha256-OFJoD1jjxzFlY1tAsehEWVA88DbU5smzDPQuu9SmnXY%3D' (2024-07-05) → 'github:NixOS/nixpkgs/6794d064edc69918bb0fc0e0eda33ece324be17a?narHash=sha256-y2wc7CdK0vVSIbx7MdVoZzuMcUoLvZXm%2BpQf2RIr1OU%3D' (2024-07-12) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-06nix: update flake.lock (#207)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/6982499d67c0c90dbb12181f130ef9e59ca78462?narHash=sha256-C3o2rEHTJcZxjuDmElyeurUf%2BPaudSArF6YGbFFJUtg%3D' (2024-06-28) → 'github:nix-community/fenix/f6994934e25396d3a70ddb908cefccd8d3c37ac4?narHash=sha256-GPl5qug68zcCBvkakakTdzuA/LIOdWyJbAjXkoeM%2BFE%3D' (2024-07-05) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/4e836c622a7bdab41be8e82733dd9fe40af128b2?narHash=sha256-Ex8/H7Xyfi8QUrdYgjAF/qV6ECASalKI94ZEbBDbVhU%3D' (2024-06-27) → 'github:rust-lang/rust-analyzer/cae997e3380363a906588f14c7b4587f39cf09f5?narHash=sha256-dQx1p/2ObV%2BiDriPWTBvELCwxe9ZbOimKTJKE3MA2FQ%3D' (2024-07-03) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1e3deb3d8a86a870d925760db1a5adecc64d329d?narHash=sha256-vN5xJAZ4UGREEglh3lfbbkIj%2BMPEYMuqewMn4atZFaQ%3D' (2024-06-27) → 'github:NixOS/nixpkgs/d9c0b9d611277e42e6db055636ba0409c59db6d2?narHash=sha256-OFJoD1jjxzFlY1tAsehEWVA88DbU5smzDPQuu9SmnXY%3D' (2024-07-05) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-29nix: update flake.lock (#203)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/261936e5e770489369ecdd664647908a8ae5cab6?narHash=sha256-Fi9voHxBDWyKpvD2SJA9ARSMYSZg/atD9x7nkYr/ELw%3D' (2024-06-22) → 'github:nix-community/fenix/6982499d67c0c90dbb12181f130ef9e59ca78462?narHash=sha256-C3o2rEHTJcZxjuDmElyeurUf%2BPaudSArF6YGbFFJUtg%3D' (2024-06-28) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/67f7eb505e3aaf37db4bc805c79c95f9be44e2a5?narHash=sha256-fzdX%2BmapnBrex5biWA6Q/Be4mDfm0q1r/N4SL1qIq6k%3D' (2024-06-20) → 'github:rust-lang/rust-analyzer/4e836c622a7bdab41be8e82733dd9fe40af128b2?narHash=sha256-Ex8/H7Xyfi8QUrdYgjAF/qV6ECASalKI94ZEbBDbVhU%3D' (2024-06-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/9b10b8f00cb5494795e5f51b39210fed4d2b0748?narHash=sha256-jab3Kpc8O1z3qxwVsCMHL4%2B18n5Wy/HHKyu1fcsF7gs%3D' (2024-06-20) → 'github:NixOS/nixpkgs/1e3deb3d8a86a870d925760db1a5adecc64d329d?narHash=sha256-vN5xJAZ4UGREEglh3lfbbkIj%2BMPEYMuqewMn4atZFaQ%3D' (2024-06-27) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-22nix: update flake.lock (#200)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/ab655c627777ab5f9964652fe23bbb1dfbd687a8?narHash=sha256-ixopuTeTouxqTxfMuzs6IaRttbT8JqRW5C9Q/57WxQw%3D' (2024-06-08) → 'github:nix-community/fenix/261936e5e770489369ecdd664647908a8ae5cab6?narHash=sha256-Fi9voHxBDWyKpvD2SJA9ARSMYSZg/atD9x7nkYr/ELw%3D' (2024-06-22) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/48bbdd6a74f3176987d5c809894ac33957000d19?narHash=sha256-%2BlRAmz92CNUxorqWusgJbL9VE1eKCnQQojglRemzwkw%3D' (2024-06-05) → 'github:rust-lang/rust-analyzer/67f7eb505e3aaf37db4bc805c79c95f9be44e2a5?narHash=sha256-fzdX%2BmapnBrex5biWA6Q/Be4mDfm0q1r/N4SL1qIq6k%3D' (2024-06-20) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3f84a279f1a6290ce154c5531378acc827836fbb?narHash=sha256-u1fA0DYQYdeG%2B5kDm1bOoGcHtX0rtC7qs2YA2N1X%2B%2BI%3D' (2024-06-13) → 'github:NixOS/nixpkgs/9b10b8f00cb5494795e5f51b39210fed4d2b0748?narHash=sha256-jab3Kpc8O1z3qxwVsCMHL4%2B18n5Wy/HHKyu1fcsF7gs%3D' (2024-06-20) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-15nix: update flake.lock (#198)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/05f2a8ae62c45637b20d162fa2dd450b79e71c27?narHash=sha256-v71DDu2gb02iBIAhUwu5mQZNtYD45QcbEqahqsOCCyU%3D' (2024-06-07) → 'github:nix-community/fenix/ab655c627777ab5f9964652fe23bbb1dfbd687a8?narHash=sha256-ixopuTeTouxqTxfMuzs6IaRttbT8JqRW5C9Q/57WxQw%3D' (2024-06-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/31f40991012489e858517ec20102f033e4653afb?narHash=sha256-HlvsMH8BNgdmQCwbBDmWp5/DfkEQYhXZHagJQCgbJU0%3D' (2024-06-06) → 'github:NixOS/nixpkgs/3f84a279f1a6290ce154c5531378acc827836fbb?narHash=sha256-u1fA0DYQYdeG%2B5kDm1bOoGcHtX0rtC7qs2YA2N1X%2B%2BI%3D' (2024-06-13) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-08nix: update flake.lock (#194)seth
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 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/b32f181f477576bb203879f7539608f3327b6178?narHash=sha256-mUZtVS2S%2BleFcMpBgbqkMnZm4II1qBM21pW8UnivVSo%3D' (2024-05-27) → 'github:rust-lang/rust-analyzer/48bbdd6a74f3176987d5c809894ac33957000d19?narHash=sha256-%2BlRAmz92CNUxorqWusgJbL9VE1eKCnQQojglRemzwkw%3D' (2024-06-05) • 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-01nix: update flake.lock (#191)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/b6fc5035b28e36a98370d0eac44f4ef3fd323df6?narHash=sha256-pYcjP6Gy7i6jPWrjiWAVV0BCQp%2BDdmGaI/k65lBb/kM%3D' (2024-05-22) → 'github:nix-community/fenix/14c3b99d4b7cb91343807eac77f005ed9218f742?narHash=sha256-BKFOT/eg0mCf99oTKa63yW%2Bd5Y3K6c5Gb%2BNetxacaHg%3D' (2024-05-31) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/21ec8f523812b88418b2bfc64240c62b3dd967bd?narHash=sha256-NJgrwLiLGHDrCia5AeIvZUHUY7xYGVryee0/9D3Ir1I%3D' (2024-05-19) → 'github:rust-lang/rust-analyzer/b32f181f477576bb203879f7539608f3327b6178?narHash=sha256-mUZtVS2S%2BleFcMpBgbqkMnZm4II1qBM21pW8UnivVSo%3D' (2024-05-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3305b2b25e4ae4baee872346eae133cf6f611783?narHash=sha256-0lT5RVelqN%2BdgXWWneXvV5ufSksW0r0TDQi8O6U2%2Bo8%3D' (2024-05-23) → '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-25nix: update flake.lock (#189)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a2d19ef9305841f26c8ab908b1c09a84ca307e18?narHash=sha256-2S8hVck6nlyiBifzymDvePl5HWgqvVgxkBZCRax1qD8%3D' (2024-05-17) → 'github:nix-community/fenix/b6fc5035b28e36a98370d0eac44f4ef3fd323df6?narHash=sha256-pYcjP6Gy7i6jPWrjiWAVV0BCQp%2BDdmGaI/k65lBb/kM%3D' (2024-05-22) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/83ba42043166948db91fcfcfe30e0b7eac10b3d5?narHash=sha256-EyjtjocGLtB7tqyqwBfadP4y5BBtT5EkoG3kq/zym5U%3D' (2024-05-16) → 'github:rust-lang/rust-analyzer/21ec8f523812b88418b2bfc64240c62b3dd967bd?narHash=sha256-NJgrwLiLGHDrCia5AeIvZUHUY7xYGVryee0/9D3Ir1I%3D' (2024-05-19) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ea77cefecb0ab07e61d6bde3e24c7ae6820b96d5?narHash=sha256-OrvqfRNUTKNg25z7%2BmCLV2PAnAjvdj/Z7HeS1g5OB7E%3D' (2024-05-16) → 'github:NixOS/nixpkgs/3305b2b25e4ae4baee872346eae133cf6f611783?narHash=sha256-0lT5RVelqN%2BdgXWWneXvV5ufSksW0r0TDQi8O6U2%2Bo8%3D' (2024-05-23) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-18nix: update flake.lock (#186)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/297c756ba6249d483c1dafe42378560458842173' (2024-05-10) → 'github:nix-community/fenix/a2d19ef9305841f26c8ab908b1c09a84ca307e18' (2024-05-17) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/5bf2f85c8054d80424899fa581db1b192230efb5' (2024-05-09) → 'github:rust-lang/rust-analyzer/83ba42043166948db91fcfcfe30e0b7eac10b3d5' (2024-05-16) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/cc6431d5598071f0021efc6c009c79e5b5fe1617' (2024-05-09) → 'github:NixOS/nixpkgs/ea77cefecb0ab07e61d6bde3e24c7ae6820b96d5' (2024-05-16) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-11nix: update flake.lock (#181)seth
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/22a9eb3f20dd340d084cee4426f386a90b1351ca' (2024-05-02) → 'github:nix-community/fenix/297c756ba6249d483c1dafe42378560458842173' (2024-05-10) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/cfce2bb46da62950a8b70ddb0b2a12332da1b1e1' (2024-05-01) → 'github:rust-lang/rust-analyzer/5bf2f85c8054d80424899fa581db1b192230efb5' (2024-05-09) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/94035b482d181af0a0f8f77823a790b256b7c3cc' (2024-05-02) → 'github:NixOS/nixpkgs/cc6431d5598071f0021efc6c009c79e5b5fe1617' (2024-05-09) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-04nix: update flake.lock (#179)github-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/3ae4b908a795b6a3824d401a0702e11a7157d7e1' (2024-04-26) → 'github:nix-community/fenix/22a9eb3f20dd340d084cee4426f386a90b1351ca' (2024-05-02) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/56bee2ddafa6177b19c631eedc88d43366553223' (2024-04-25) → 'github:rust-lang/rust-analyzer/cfce2bb46da62950a8b70ddb0b2a12332da1b1e1' (2024-05-01) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4c86138ce486d601d956a165e2f7a0fc029a03c1' (2024-04-26) → 'github:NixOS/nixpkgs/94035b482d181af0a0f8f77823a790b256b7c3cc' (2024-05-02) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-27nix: update flake.lock (#177)github-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/19aaa94a73cc670a4d87e84f0909966cd8f8cd79' (2024-04-21) → 'github:nix-community/fenix/3ae4b908a795b6a3824d401a0702e11a7157d7e1' (2024-04-26) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/55d9a533b309119c8acd13061581b43ae8840823' (2024-04-20) → 'github:rust-lang/rust-analyzer/56bee2ddafa6177b19c631eedc88d43366553223' (2024-04-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225' (2024-04-18) → 'github:NixOS/nixpkgs/4c86138ce486d601d956a165e2f7a0fc029a03c1' (2024-04-26) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21nix: remove subflake (#174)seth
2024-04-20chore: update lockfiles (#173)github-actions[bot]
* nix: update dev flake.lock Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/99c6241db5ca5363c05c8f4acbdf3a4e8fc42844?narHash=sha256-AZmYmEnc1ZkSlxUJVUtGh9VFAqWPr%2BxtNIiBqD2eKfc%3D' (2024-04-06) → 'github:nix-community/fenix/fd47b1f9404fae02a4f38bd9f4b12bad7833c96b?narHash=sha256-5vVF9W1tJT%2BWdfpWAEG76KywktKDAW/71mVmNHEHjac%3D' (2024-04-18) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/8e581ac348e223488622f4d3003cb2bd412bf27e?narHash=sha256-St7ZQrkrr5lmQX9wC1ZJAFxL8W7alswnyZk9d1se3Us%3D' (2024-04-03) → 'github:rust-lang/rust-analyzer/46702ffc1a02a2ac153f1d1ce619ec917af8f3a6?narHash=sha256-octd9BFY9G/Gbr4KfwK4itZp4Lx%2BqvJeRRcYnN%2BdEH8%3D' (2024-04-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3c1b6f75344e207a67536d834886ee9b4577ebe7?narHash=sha256-CrKKps0h7FoagRcE2LT3h/72Z64D0Oh83UF1XZVhCLQ%3D' (2024-04-07) → 'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18) • Updated input 'procfile-nix': 'github:getchoo/procfile-nix/c3320b59670450b4d2b5cb01cdbd3e176a6d3232?narHash=sha256-o6L0IDUy5ri1ijXP6D132gYcSYT7JweNQr5P9DOozRM%3D' (2024-04-07) → 'github:getchoo/procfile-nix/04cfa7931e996cb81c5848b559cb316c7f907b56?narHash=sha256-458FHKn05FCX%2BfTOuHEobfJjADBKitzrd1SoPXSQOJc%3D' (2024-04-20) * nix: update flake.lock Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d?narHash=sha256-9slQ609YqT9bT/MNX9%2B5k5jltL9zgpn36DpFB7TkttM%3D' (2024-03-29) → 'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-19spring cleaning (#165)seth
* treewide: lightly refactor everything * once_cell -> std::sync * remove build.rs we can get our target at runtime * commands::copypasta: refactor selection * drop owo_colors * reactboard: always remove author from count * commands: better handle behavior outside of guilds * ci: garnix -> gha * nix: drop flake-parts & pre-commit-hooks * nix: fix rust flags in derivation * add gha badge to readme * ci: fail when format changes are made * ci: only run on push to main * nix: fix nil script * nix: add libiconv to darwin deps * ci: disable fail-fast * nix: fix actionlint & static checks * ci: add release gates * nix: fix nil check again * ci: give release gates unique names * ci: only build static packages in docker workflow * nix: move dev outputs to subflake * fix some typos * nix: cleanup checks & dev shell * add editorconfig
2024-03-30flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/85f4139f3c092cf4afd9f9906d7ed218ef262c97' (2024-03-22) → 'github:nix-community/fenix/aa45c3e901ea42d6633af083c0c555efaf948b17' (2024-03-28) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/7ef7f442fc34b5eadb1c6ad6433bd6d0c51b056b' (2024-03-21) → 'github:rust-lang/rust-analyzer/ad51a17c627b4ca57f83f0dc1f3bb5f3f17e6d0b' (2024-03-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22) → 'github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d' (2024-03-29) • Updated input 'pre-commit-hooks-nix': 'github:cachix/pre-commit-hooks.nix/e611897ddfdde3ed3eaac4758635d7177ff78673' (2024-03-20) → 'github:cachix/pre-commit-hooks.nix/0d676ca9ca9df7f2d4d5fb0de511fed3a4b67fdf' (2024-03-30) • Updated input 'procfile-nix': 'github:getchoo/procfile-nix/1c5738a83ee16387dbb6fd14cac1a4ac3bb475d9' (2024-03-21) → 'github:getchoo/procfile-nix/6388308f9e9c8a8fbfdff54b30adf486fa292cf9' (2024-03-23) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/7ee5aaac63c30d3c97a8c56efe89f3b2aa9ae564' (2024-03-18) → 'github:numtide/treefmt-nix/c2172ef83d6904cdff3118e0c08e89171db6028a' (2024-03-27)
2024-03-23flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/d0439c495e5cd13ff252ade520ca620f52abb40b' (2024-03-15) → 'github:nix-community/fenix/85f4139f3c092cf4afd9f9906d7ed218ef262c97' (2024-03-22) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/14558af15ee3d471bf8f4212f7609ae1f9647bc5' (2024-03-14) → 'github:rust-lang/rust-analyzer/7ef7f442fc34b5eadb1c6ad6433bd6d0c51b056b' (2024-03-21) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b1d47989352fcb722a1f19295a9461ed1ef8435a' (2024-03-15) → 'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22) • Updated input 'pre-commit-hooks-nix': 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15) → 'github:cachix/pre-commit-hooks.nix/e611897ddfdde3ed3eaac4758635d7177ff78673' (2024-03-20) • Updated input 'pre-commit-hooks-nix/flake-utils': 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04) → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) • Updated input 'pre-commit-hooks-nix/gitignore': 'github:hercules-ci/gitignore.nix/43e1aa1308018f37118e34d3a9cb4f5e75dc11d5' (2023-12-29) → 'github:hercules-ci/gitignore.nix/637db329424fd7e46cf4185293b9cc8c88c95394' (2024-02-28) • Updated input 'procfile-nix': 'github:getchoo/procfile-nix/7a0ab379a4ab71c9deccaca9fb463e9aaea363d8' (2024-03-14) → 'github:getchoo/procfile-nix/1c5738a83ee16387dbb6fd14cac1a4ac3bb475d9' (2024-03-21) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/35791f76524086ab4b785a33e4abbedfda64bd22' (2024-03-12) → 'github:numtide/treefmt-nix/7ee5aaac63c30d3c97a8c56efe89f3b2aa9ae564' (2024-03-18)
2024-03-20nix: naersk -> rustPlatformseth
2024-03-16flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/3c913ad893d6304a637b5383057bdab5543e9e92' (2024-03-08) → 'github:nix-community/fenix/d0439c495e5cd13ff252ade520ca620f52abb40b' (2024-03-15) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/48cb05918229d6f1141901d0e439fd993e0006bf' (2024-03-07) → 'github:rust-lang/rust-analyzer/14558af15ee3d471bf8f4212f7609ae1f9647bc5' (2024-03-14) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f945939fd679284d736112d3d5410eb867f3b31c' (2024-03-07) → 'github:NixOS/nixpkgs/b1d47989352fcb722a1f19295a9461ed1ef8435a' (2024-03-15) • Updated input 'procfile-nix': 'github:getchoo/procfile-nix/b7813d224e7630de289d587c90e444c76f3330a0' (2024-02-10) → 'github:getchoo/procfile-nix/7a0ab379a4ab71c9deccaca9fb463e9aaea363d8' (2024-03-14) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/9c57261c71871d2208a6dd4394774cca226c6dbc' (2024-03-08) → 'github:numtide/treefmt-nix/35791f76524086ab4b785a33e4abbedfda64bd22' (2024-03-12)
2024-03-09flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/4be608f4f81d351aacca01b21ffd91028c23cc22' (2024-03-01) → 'github:nix-community/fenix/3c913ad893d6304a637b5383057bdab5543e9e92' (2024-03-08) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/9efa23c4dacee88b93540632eb3d88c5dfebfe17' (2024-02-29) → 'github:rust-lang/rust-analyzer/48cb05918229d6f1141901d0e439fd993e0006bf' (2024-03-07) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ec869190b56a1b4677d24a8bdbcfe80ccea2ece6' (2024-03-01) → 'github:NixOS/nixpkgs/f945939fd679284d736112d3d5410eb867f3b31c' (2024-03-07) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/e497a9ddecff769c2a7cbab51e1ed7a8501e7a3a' (2024-02-25) → 'github:numtide/treefmt-nix/9c57261c71871d2208a6dd4394774cca226c6dbc' (2024-03-08)
2024-03-02flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a0f0f781683e4e93b61beaf1dfee4dd34cf3a092' (2024-02-23) → 'github:nix-community/fenix/4be608f4f81d351aacca01b21ffd91028c23cc22' (2024-03-01) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f54f714caf7d38aaab9ac49ba25caa5abd52937' (2024-02-22) → 'github:rust-lang/rust-analyzer/9efa23c4dacee88b93540632eb3d88c5dfebfe17' (2024-02-29) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01) → 'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23) → 'github:NixOS/nixpkgs/ec869190b56a1b4677d24a8bdbcfe80ccea2ece6' (2024-03-01) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/36fd6923c122a983bc3915692e6cb3ff341ef083' (2024-02-23) → 'github:numtide/treefmt-nix/e497a9ddecff769c2a7cbab51e1ed7a8501e7a3a' (2024-02-25)
2024-02-24flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/2f24d67fad634ecf1820a73bb40d709eb12862bf' (2024-02-16) → 'github:nix-community/fenix/a0f0f781683e4e93b61beaf1dfee4dd34cf3a092' (2024-02-23) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/b9b0d29b8e69b02457cfabe20c4c69cdb45f3cc5' (2024-02-15) → 'github:rust-lang/rust-analyzer/1f54f714caf7d38aaab9ac49ba25caa5abd52937' (2024-02-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c7763249f02b7786b4ca36e13a4d7365cfba162f' (2024-02-16) → 'github:NixOS/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/ac599dab59a66304eb511af07b3883114f061b9d' (2024-02-07) → 'github:numtide/treefmt-nix/36fd6923c122a983bc3915692e6cb3ff341ef083' (2024-02-23)
2024-02-17flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/28dbd8b43ea328ee708f7da538c63e03d5ed93c8' (2024-02-03) → 'github:nix-community/fenix/2f24d67fad634ecf1820a73bb40d709eb12862bf' (2024-02-16) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/8f6a72871ec87ed53cfe43a09fb284168a284e7e' (2024-02-02) → 'github:rust-lang/rust-analyzer/b9b0d29b8e69b02457cfabe20c4c69cdb45f3cc5' (2024-02-15) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09) → 'github:NixOS/nixpkgs/c7763249f02b7786b4ca36e13a4d7365cfba162f' (2024-02-16) • Updated input 'pre-commit-hooks-nix': 'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07) → 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
2024-02-13nix: use treefmtseth
2024-02-13nix: proc-flake -> procfile-nixseth
2024-02-10flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/b03d2939685937a327f17df832bf9e8944ed9e3a' (2024-02-02) → 'github:nix-community/fenix/28dbd8b43ea328ee708f7da538c63e03d5ed93c8' (2024-02-03) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/850ba2fb6395cb39edef263256f7ba334f9142dc' (2024-02-01) → 'github:rust-lang/rust-analyzer/8f6a72871ec87ed53cfe43a09fb284168a284e7e' (2024-02-02) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d' (2024-01-31) → 'github:NixOS/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/7c54e08a689b53c8a1e5d70169f2ec9e2a68ffaf' (2024-01-28) → 'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07)
2024-02-03flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/6d85102211fa954ece0a8a898ed91b4866b62ce7' (2024-01-26) → 'github:nix-community/fenix/b03d2939685937a327f17df832bf9e8944ed9e3a' (2024-02-02) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/38f7a3498e0d5f0113294bbdc08f867cd527e65f' (2024-01-25) → 'github:rust-lang/rust-analyzer/850ba2fb6395cb39edef263256f7ba334f9142dc' (2024-02-01) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25) → 'github:NixOS/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d' (2024-01-31) • Updated input 'parts': 'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11) → 'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/f56597d53fd174f796b5a7d3ee0b494f9e2285cc' (2024-01-20) → 'github:cachix/pre-commit-hooks.nix/7c54e08a689b53c8a1e5d70169f2ec9e2a68ffaf' (2024-01-28)
2024-01-27flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/e514ed523707ec423d34f0748e6e6f18adadf42d' (2024-01-19) → 'github:nix-community/fenix/6d85102211fa954ece0a8a898ed91b4866b62ce7' (2024-01-26) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/3f4c6dac3d5e34ccf56587419c2077aec799e60c' (2024-01-18) → 'github:rust-lang/rust-analyzer/38f7a3498e0d5f0113294bbdc08f867cd527e65f' (2024-01-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a455c5fb3ee513e2f443838a0e84d52b035adb67' (2024-01-19) → 'github:NixOS/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/ffa9a5b90b0acfaa03b1533b83eaf5dead819a05' (2024-01-14) → 'github:cachix/pre-commit-hooks.nix/f56597d53fd174f796b5a7d3ee0b494f9e2285cc' (2024-01-20)
2024-01-20flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/394b7565db9d174cf65326f094e0f558333dca82' (2024-01-12) → 'github:nix-community/fenix/e514ed523707ec423d34f0748e6e6f18adadf42d' (2024-01-19) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' (2024-01-11) → 'github:rust-lang/rust-analyzer/3f4c6dac3d5e34ccf56587419c2077aec799e60c' (2024-01-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/eabe8d3eface69f5bb16c18f8662a702f50c20d5' (2024-01-09) → 'github:NixOS/nixpkgs/a455c5fb3ee513e2f443838a0e84d52b035adb67' (2024-01-19) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/274ae3979a0eacae422e1bbcf63b8b7a335e1114' (2024-01-12) → 'github:cachix/pre-commit-hooks.nix/ffa9a5b90b0acfaa03b1533b83eaf5dead819a05' (2024-01-14) • Updated input 'pre-commit/flake-compat': 'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17) → 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04) • Updated input 'pre-commit/flake-utils': 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) → 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04) • Updated input 'pre-commit/gitignore': 'github:hercules-ci/gitignore.nix/a20de23b925fd8264fd7fad6454652e142fd7f73' (2022-08-14) → 'github:hercules-ci/gitignore.nix/43e1aa1308018f37118e34d3a9cb4f5e75dc11d5' (2023-12-29)
2024-01-13flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/15c95e2adbe285c82ce347a31110b83d13aad586' (2024-01-05) → 'github:nix-community/fenix/394b7565db9d174cf65326f094e0f558333dca82' (2024-01-12) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/c84352a3467c7856e5c65b8e1a4c7710c2d5a756' (2024-01-04) → 'github:rust-lang/rust-analyzer/9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' (2024-01-11) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932' (2024-01-02) → 'github:NixOS/nixpkgs/eabe8d3eface69f5bb16c18f8662a702f50c20d5' (2024-01-09) • Updated input 'parts': 'github:hercules-ci/flake-parts/88a2cd8166694ba0b6cb374700799cec53aef527' (2024-01-01) → 'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30) → 'github:cachix/pre-commit-hooks.nix/274ae3979a0eacae422e1bbcf63b8b7a335e1114' (2024-01-12)
2024-01-06flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/72a501773f036cb10607ef69071b722cbefca5da' (2023-12-29) → 'github:nix-community/fenix/15c95e2adbe285c82ce347a31110b83d13aad586' (2024-01-05) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/3ab166637046ab254b11b13ff9108d86b6ed5703' (2023-12-27) → 'github:rust-lang/rust-analyzer/c84352a3467c7856e5c65b8e1a4c7710c2d5a756' (2024-01-04) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25) → 'github:NixOS/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932' (2024-01-02) • Updated input 'parts': 'github:hercules-ci/flake-parts/34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5' (2023-12-01) → 'github:hercules-ci/flake-parts/88a2cd8166694ba0b6cb374700799cec53aef527' (2024-01-01) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/7f35ec30d16b38fe0eed8005933f418d1a4693ee' (2023-12-24) → 'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)
2023-12-30flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/1e8245d4092bab27bc6feeef11bf2e4973a14977' (2023-12-22) → 'github:nix-community/fenix/72a501773f036cb10607ef69071b722cbefca5da' (2023-12-29) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/3ce35931db9f1f19b00b3ded71a13723349ca22b' (2023-12-21) → 'github:rust-lang/rust-analyzer/3ab166637046ab254b11b13ff9108d86b6ed5703' (2023-12-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21) → 'github:NixOS/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13) → 'github:cachix/pre-commit-hooks.nix/7f35ec30d16b38fe0eed8005933f418d1a4693ee' (2023-12-24)
2023-12-23flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/9247c3b0597a1fc8f917152ae28a6da32251f3c1' (2023-12-15) → 'github:nix-community/fenix/1e8245d4092bab27bc6feeef11bf2e4973a14977' (2023-12-22) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/96f660813c0f4d6d83e62f3e2de979cc5fe7dd96' (2023-12-14) → 'github:rust-lang/rust-analyzer/3ce35931db9f1f19b00b3ded71a13723349ca22b' (2023-12-21) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14) → 'github:NixOS/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21)
2023-12-16ci: back to garnixseth
2023-12-15flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/9d04e9469af11e598daaafbcdbca282a3ce451c3' (2023-12-08) → 'github:nix-community/fenix/9247c3b0597a1fc8f917152ae28a6da32251f3c1' (2023-12-15) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/bc9c952b6d02bf889fff84ba508423b1daca381e' (2023-12-07) → 'github:rust-lang/rust-analyzer/96f660813c0f4d6d83e62f3e2de979cc5fe7dd96' (2023-12-14) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/09ec6a0881e1a36c29d67497693a67a16f4da573' (2023-12-04) → 'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/e5ee5c5f3844550c01d2131096c7271cec5e9b78' (2023-11-25) → 'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13)
2023-12-15flake: move nix to folder to nix/seth
2023-12-15ci: garnix -> gha + atticseth
2023-12-12flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/3776d0e2a30184cc6a0ba20fb86dc6df5b41fccd' (2023-12-01) → 'github:nix-community/fenix/9d04e9469af11e598daaafbcdbca282a3ce451c3' (2023-12-08) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/c9d189d1375e59a6c9b4d62fdede94ade001f6ee' (2023-11-30) → 'github:rust-lang/rust-analyzer/bc9c952b6d02bf889fff84ba508423b1daca381e' (2023-12-07) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30) → 'github:NixOS/nixpkgs/09ec6a0881e1a36c29d67497693a67a16f4da573' (2023-12-04)
2023-12-01flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/7ab9ec16d364b564da3aa0e73887b0af133eef59' (2023-11-24) → 'github:nix-community/fenix/3776d0e2a30184cc6a0ba20fb86dc6df5b41fccd' (2023-12-01) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/cccc7ca2c630865239f68af480878824041c7c05' (2023-11-23) → 'github:rust-lang/rust-analyzer/c9d189d1375e59a6c9b4d62fdede94ade001f6ee' (2023-11-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8b8c9407844599546393146bfac901290e0ab96b' (2023-11-24) → 'github:NixOS/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30) • Updated input 'parts': 'github:hercules-ci/flake-parts/8c9fa2545007b49a5db5f650ae91f227672c3877' (2023-11-01) → 'github:hercules-ci/flake-parts/34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5' (2023-12-01) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-15) → 'github:cachix/pre-commit-hooks.nix/e5ee5c5f3844550c01d2131096c7271cec5e9b78' (2023-11-25)
2023-12-01feat: add redis for reactboardseth
2023-11-25flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/166ea2849ed268fca9bfe64fe6d14225c9534845' (2023-11-17) → 'github:nix-community/fenix/7ab9ec16d364b564da3aa0e73887b0af133eef59' (2023-11-24) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/141fc695dca1df7cfc3c9803972ec19bb178dcbc' (2023-11-16) → 'github:rust-lang/rust-analyzer/cccc7ca2c630865239f68af480878824041c7c05' (2023-11-23) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16) → 'github:NixOS/nixpkgs/8b8c9407844599546393146bfac901290e0ab96b' (2023-11-24)
2023-11-18flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/dfaf3a97fe595a18bf9d55cda3416c17fe906f0f' (2023-11-08) → 'github:nix-community/fenix/166ea2849ed268fca9bfe64fe6d14225c9534845' (2023-11-17) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' (2023-11-07) → 'github:rust-lang/rust-analyzer/141fc695dca1df7cfc3c9803972ec19bb178dcbc' (2023-11-16) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d' (2023-11-07) → 'github:NixOS/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06) → 'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-15)
2023-11-16flake: use naersk to build cross arch docker imagesseth
2023-11-11flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/27ead4fec31f241baed776d046b1dcac431a5919' (2023-11-03) → 'github:NixOS/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d' (2023-11-07) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/dec10399e5b56aa95fcd530e0338be72ad6462a0' (2023-11-01) → 'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06)
2023-11-04flake: update inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26) → 'github:NixOS/nixpkgs/27ead4fec31f241baed776d046b1dcac431a5919' (2023-11-03) • Updated input 'parts': 'github:hercules-ci/flake-parts/c9afaba3dfa4085dbd2ccb38dfade5141e33d9d4' (2023-10-03) → 'github:hercules-ci/flake-parts/8c9fa2545007b49a5db5f650ae91f227672c3877' (2023-11-01) • Updated input 'pre-commit': 'github:cachix/pre-commit-hooks.nix/bd38df3d508dfcdff52cd243d297f218ed2257bf' (2023-10-25) → 'github:cachix/pre-commit-hooks.nix/dec10399e5b56aa95fcd530e0338be72ad6462a0' (2023-11-01)