mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add dbInit for bot
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user