nix: add dpkg to devshell packages for dpkg-deb
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -39,6 +39,7 @@ The following binaries are used in [`engage.toml`][engage.toml]:
|
|||||||
- [`cargo-deb`][cargo-deb]
|
- [`cargo-deb`][cargo-deb]
|
||||||
- [`lychee`][lychee]
|
- [`lychee`][lychee]
|
||||||
- [`markdownlint-cli`][markdownlint-cli]
|
- [`markdownlint-cli`][markdownlint-cli]
|
||||||
|
- `dpkg`
|
||||||
|
|
||||||
### Matrix tests
|
### Matrix tests
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,11 @@ name = "markdownlint"
|
|||||||
group = "versions"
|
group = "versions"
|
||||||
script = "markdownlint --version"
|
script = "markdownlint --version"
|
||||||
|
|
||||||
|
[[task]]
|
||||||
|
name = "dpkg"
|
||||||
|
group = "versions"
|
||||||
|
script = "dpkg --version"
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo-audit"
|
name = "cargo-audit"
|
||||||
group = "security"
|
group = "security"
|
||||||
|
|||||||
Reference in New Issue
Block a user