autotools for sqlx

This commit is contained in:
Robin Appelman 2025-03-17 19:36:53 +01:00
commit 2343c0f007
2 changed files with 11 additions and 2 deletions

4
autotools.nix Normal file
View file

@ -0,0 +1,4 @@
{
"sqlx" = ["sqlx-cli"];
"insta" = ["cargo-insta"];
}