Add dbInit for bot

This commit is contained in:
thiloho
2023-09-10 23:19:41 +02:00
parent 4cdff4bc69
commit 27f67a386b
3 changed files with 42 additions and 27 deletions

View File

@@ -11,8 +11,14 @@
url = "github:thiloho/website";
flake = false;
};
aurora-blog-template.url = "github:thiloho/aurora";
denbot.url = "github:thiloho/discord-bot";
aurora-blog-template = {
url = "github:thiloho/aurora";
inputs.nixpkgs.follows = "nixpkgs";
};
denbot = {
url = "github:thiloho/discord-bot";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ nixpkgs, home-manager, ... }: {