nix: add dpkg to devshell packages for dpkg-deb
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1378399f9d
commit
934ab6a4fe
3 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,7 @@ The following binaries are used in [`engage.toml`][engage.toml]:
|
|||
- [`cargo-deb`][cargo-deb]
|
||||
- [`lychee`][lychee]
|
||||
- [`markdownlint-cli`][markdownlint-cli]
|
||||
- `dpkg`
|
||||
|
||||
### Matrix tests
|
||||
|
||||
|
|
|
@ -60,6 +60,11 @@ name = "markdownlint"
|
|||
group = "versions"
|
||||
script = "markdownlint --version"
|
||||
|
||||
[[task]]
|
||||
name = "dpkg"
|
||||
group = "versions"
|
||||
script = "dpkg --version"
|
||||
|
||||
[[task]]
|
||||
name = "cargo-audit"
|
||||
group = "security"
|
||||
|
|
|
@ -119,6 +119,9 @@
|
|||
# Needed for producing Debian packages
|
||||
cargo-deb
|
||||
|
||||
# Needed for CI to check validity of produced Debian packages (dpkg-deb)
|
||||
dpkg
|
||||
|
||||
# Needed for Complement
|
||||
go
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue