Skip to content

chore(deps): update nix requirement from >=0.28.0, < 0.31 to >=0.28.0, < 0.32 - #167

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/nix-gte-0.28.0-and-lt-0.32
Open

chore(deps): update nix requirement from >=0.28.0, < 0.31 to >=0.28.0, < 0.32#167
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/nix-gte-0.28.0-and-lt-0.32

chore(deps): update nix requirement from >=0.28.0, < 0.31 to >=0.28.0…

910b287
Select commit
Loading
Failed to load commit list.
Cirrus CI / Lint failed Jan 23, 2026 in 56s

Task Summary

Instruction clippy failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:51 setup
✅ 00:01 extra_setup
✅ 00:00 cargo
❌ 00:01 clippy

. $HOME/.cargo/env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
    *:"$HOME/.cargo/bin":*)
        ;;
    *)
        # Prepending path in case a system-installed rustc needs to be overridden
        export PATH="$HOME/.cargo/bin:$PATH"
        ;;
esac
cargo clippy --all-targets -- -D warnings
    Updating crates.io index
error: failed to get `bitflags` as a dependency of package `jail v0.3.1 (/tmp/cirrus-ci-build)`

Caused by:
  download of config.json failed

Caused by:
  failed to download from `https://index.crates.io/config.json`

Caused by:
  [60] SSL peer certificate or SSH remote key was not OK (SSL certificate OpenSSL verify result: unable to get local issuer certificate (20))

Exit status: 101