Koucha/flake.lock
Julia Lange 6702f976cb
Add sqlx, add Adapter, create initial schema
Adds SQLX for database management, and an Adapter interface for
interacting with it. Through the type "AdapterPool"

Creates an initial_schema with everything I think I'll need.
2026-02-05 12:25:34 -08:00

27 lines
570 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1769933782,
"narHash": "sha256-GlZemJ2dxhXMMq6TNyt588OFv4/jIt3J1QVBO9MspBE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "64728753f1a42c81c5688a136a6bee173665acc9",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.11-small",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}