rime icon indicating copy to clipboard operation
rime copied to clipboard

Nix Flake Input Versioning

Results 12 rime issues
Sort by recently updated
recently updated
newest added

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.12.4. Release notes Sourced from reqwest's releases. v0.12.4 What's Changed Add zstd support, enabled with zstd Cargo feature (thanks @​paolobarbolini!) Add ClientBuilder::read_timeout(Duration), which applies the...

dependencies

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...

dependencies

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.0. Release notes Sourced from bytes's releases. Bytes 1.6.0 (March 22, 2024) Added Add Bytes::is_unique (#643) Documented Fix changelog typo (#628) Fix some spelling mistakes...

dependencies

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.30 to 0.9.34+deprecated. Release notes Sourced from serde_yaml's releases. 0.9.34 As of this release, I am not planning to publish further versions of serde_yaml as none of...

dependencies

Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.0 to 0.1.1. Commits b5c769d http-body-util: v0.1.1 76b19e6 perf: improve BufList::copy_to_bytes if len == remaining 33ea848 chore(ci): check msrv c1fcfb1 chore: set msrv to 1.49 50f347d refactor:...

dependencies

Flake inputs will expect being able to query by nar hash: ``` error: NAR hash mismatch in input 'http://rime.cx/v1/github/semnix/rust-overlay.tar.gz?narHash=sha256-RRIVKv%2BtiI1yn1PqZiVGQ9YlQGZ%2B/9iEkA4rst1QiNk%3D' (/nix/store/vf4w1wz938x8pk7chqrd68hrd21h4vsg-source), expected 'sha256-RRIVKv+tiI1yn1PqZiVGQ9YlQGZ+/9iEkA4rst1QiNk=', got 'sha256-FkwIBTAMsxyceQce0Mbm+/+cOjj2r5IHBK4R/ekPNaw=' ``` There is a bit of...

This was horrible to get working... Currently it's a huge mess... requiring a lot of work... ...but integration tests pass... ![9526-cool-finger-guns-crying](https://github.com/cafkafk/rime/assets/89321978/26d9a725-3c9f-4856-a1ef-59a139c348a1) Signed-off-by: Christina Sørensen

I don't have the bandwidth at the moment to implement this, but I did a little bit of research and thinking, which I'm sharing here: similar to Forgejo, the autodetection...

So, the documentation is not comrehensive https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-registry.html#registry-format. But I've investigated the possibility of doing this a bit. Doing something like e.g. this is the closest I've gotten: ```json { "flakes":...