Add cargo-deny to flake
Some checks failed
/ check (x86_64-unknown-linux-musl) (push) Waiting to run
/ deny (push) Successful in 19s
/ clippy (push) Successful in 2m18s
/ tests (push) Successful in 2m21s
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
/ check (armv7-unknown-linux-musleabihf) (push) Has been cancelled
Some checks failed
/ check (x86_64-unknown-linux-musl) (push) Waiting to run
/ deny (push) Successful in 19s
/ clippy (push) Successful in 2m18s
/ tests (push) Successful in 2m21s
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
/ check (armv7-unknown-linux-musleabihf) (push) Has been cancelled
This commit is contained in:
parent
cfea4b6c5a
commit
7050c1c6ae
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
devShell = with pkgs; mkShell {
|
||||
nativeBuildInputs = [
|
||||
cargo
|
||||
cargo-deny
|
||||
cargo-outdated
|
||||
certstrap
|
||||
clippy
|
||||
|
|
Loading…
Reference in a new issue