A fast rust tool to check availability of your entire system in caches. It so to speak "checks the weather" before going to update. Heavily inspired by guix weather.
Find a file
Christina Sørensen 473986588d
Some checks failed
Security audit / security_audit (push) Waiting to run
Conventional Commits / Conventional Commits (push) Waiting to run
/ Flake Checker (push) Waiting to run
/ Check Nix Flake (push) Waiting to run
/ Build Nix package (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, beta) (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, stable) (push) Waiting to run
Unit tests / unit-tests (windows-latest, 1.70.0) (push) Waiting to run
Unit tests / unit-tests (windows-latest, beta) (push) Waiting to run
Unit tests / unit-tests (windows-latest, nightly) (push) Waiting to run
Unit tests / unit-tests (windows-latest, stable) (push) Waiting to run
Unit tests (BSD) / unit-tests-freebsd (push) Has been cancelled
Unit tests (BSD) / unit-tests-netbsd (push) Has been cancelled
Unit tests (BSD) / unit-tests-openbsd (push) Has been cancelled
Unit tests / unit-tests (macos-latest, 1.70.0) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, 1.70.0) (push) Has been cancelled
fix: use native async recursion
Rust 1.77.0 added async recursion, we use that instead of the crate.
This requires a slight rewrite to heap pin the return value of the
closure so the function state doesn't grow.

Fix: #9
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-05 08:31:33 +02:00
.config feat: flake + lix 2024-09-05 07:32:31 +02:00
.github feat: flake + lix 2024-09-05 07:32:31 +02:00
crates fix: use native async recursion 2024-09-05 08:31:33 +02:00
LICENSES feat: flake + lix 2024-09-05 07:32:31 +02:00
.envrc feat: flake + lix 2024-09-05 07:32:31 +02:00
.gitignore feat: flake + lix 2024-09-05 07:32:31 +02:00
Cargo.lock fix: use native async recursion 2024-09-05 08:31:33 +02:00
Cargo.toml feat: flake + lix 2024-09-05 07:32:31 +02:00
deny.toml feat: flake + lix 2024-09-05 07:32:31 +02:00
flake.lock feat: flake + lix 2024-09-05 07:32:31 +02:00
flake.nix feat: flake + lix 2024-09-05 07:32:31 +02:00
justfile feat: flake + lix 2024-09-05 07:32:31 +02:00
LICENSE.txt feat: flake + lix 2024-09-05 07:32:31 +02:00
REUSE.toml feat: flake + lix 2024-09-05 07:32:31 +02:00