feat(services): integrate api service for flame

This commit is contained in:
Noah Masur
2026-09-12 21:56:19 +00:00
parent d6209c039b
commit 985ab2b433
10 changed files with 263 additions and 10 deletions
+7
View File
@@ -86,6 +86,12 @@
inputs.rust-overlay.follows = "rust-overlay";
};
# Generic self-hosted REST API service
api = {
url = "github:nmasur/api";
inputs.nixpkgs.follows = "nixpkgs";
};
# # Text editor
# helix = {
# url = "github:helix-editor/helix";
@@ -127,6 +133,7 @@
baseName = "masu.rs";
in
{
api = "api.${baseName}";
audiobooks = "read.${baseName}";
auth = "auth.${baseName}";
bookmarks = "keep.${baseName}";