added sqlx cli to flake

This commit is contained in:
Wyatt J. Miller 2024-09-22 04:09:17 -04:00
parent 0d0cf63c62
commit 7de920f85a

View File

@ -16,14 +16,12 @@
}; };
# Flake outputs that other flakes can use # Flake outputs that other flakes can use
outputs = outputs = {
{ self self,
, flake-schemas flake-schemas,
, nixpkgs nixpkgs,
, rust-overlay rust-overlay,
, }: let
}:
let
# Nixpkgs overlays # Nixpkgs overlays
overlays = [ overlays = [
rust-overlay.overlays.default rust-overlay.overlays.default
@ -39,8 +37,7 @@
f { f {
pkgs = import nixpkgs {inherit overlays system;}; pkgs = import nixpkgs {inherit overlays system;};
}); });
in in {
{
# Schemas tell Nix about the structure of your flake's outputs # Schemas tell Nix about the structure of your flake's outputs
schemas = flake-schemas.schemas; schemas = flake-schemas.schemas;
@ -58,6 +55,7 @@
nixpkgs-fmt nixpkgs-fmt
openssl openssl
deno deno
sqlx-cli
]; ];
# Environment variables # Environment variables