mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Update sqlx to 0.7
This commit is contained in:
parent
a64b9e1157
commit
85954639d7
24 changed files with 1058 additions and 619 deletions
|
@ -34,7 +34,7 @@
|
|||
{
|
||||
inputsFrom = [ packages.youmubot ];
|
||||
|
||||
buildInputs = with pkgs; [ rustc rustfmt clippy ];
|
||||
buildInputs = with pkgs; [ rustc rustfmt clippy sqlx-cli ];
|
||||
|
||||
nativeBuildInputs = nixpkgs.lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||
pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue