From 99a5b90ab0d59e105c5ac4a4ff5eaa4b2b09778b Mon Sep 17 00:00:00 2001 From: rushmorem Date: Tue, 4 Oct 2022 19:18:12 +0200 Subject: [PATCH] Add SurrealDB A scalable, distributed, collaborative, document-graph database, for the realtime web --- flakes/manual.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flakes/manual.toml b/flakes/manual.toml index e9193018..d79f8d14 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -123,3 +123,8 @@ repo = "haskell.nix" type = "sourcehut" owner = "~munksgaard" repo = "geomyidae-flake" + +[[sources]] +type = "github" +owner = "surrealdb" +repo = "surrealdb"