feat: add surrealdb nixlet

This commit is contained in:
technofab 2024-04-13 16:26:57 +02:00
parent b343866134
commit ba81fba6b2
5 changed files with 140 additions and 0 deletions

View file

@ -25,6 +25,7 @@
attic = utils.mkNixlet ./nixlets/attic;
postgres = utils.mkNixlet ./nixlets/postgres;
tikv = utils.mkNixlet ./nixlets/tikv;
surrealdb = utils.mkNixlet ./nixlets/surrealdb;
};
};
perSystem = {