add complement wrapper xtask script

This commit is contained in:
Benjamin Lee 2024-06-20 19:06:57 -07:00
parent 3f89bc4a7c
commit ef6eb27b9b
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
10 changed files with 292 additions and 0 deletions

View file

@ -84,6 +84,7 @@ let
"Cargo.lock"
"Cargo.toml"
"src"
"xtask"
];
};

View file

@ -2,6 +2,8 @@
{ buildPlatform
, default
, engage
, complement
, go
, inputs
, jq
, lychee
@ -34,6 +36,10 @@ mkShell {
markdownlint-cli
mdbook
toolchain
# TODO: don't pollute the devshell with these
go
complement
]
++
default.nativeBuildInputs