From 161433f1b1e193fe4e840da3604e5a6a769b3a3b Mon Sep 17 00:00:00 2001 From: P Date: Tue, 1 Mar 2022 07:06:27 -0600 Subject: [PATCH] Adding my repos to public flakes (#440) * flakes: add stream-alert-bot * flakes: add python-trovo * flakes: add multifirefox * Update flakes/manual.toml Co-authored-by: Yannik Sander Co-authored-by: Yannik Sander --- flakes/manual.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flakes/manual.toml b/flakes/manual.toml index 70f3f32..5465ff6 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -81,3 +81,15 @@ repo = "PolyMC" type = "gitlab" owner = "simple-nixos-mailserver" repo = "nixos-mailserver" + +[[sources]] +type = "git" +url = "git+https://codeberg.org/wolfangaukang/stream-alert-bot?ref=main" + +[[sources]] +type = "git" +url = "git+https://codeberg.org/wolfangaukang/python-trovo?ref=main" + +[[sources]] +type = "git" +url = "git+https://codeberg.org/wolfangaukang/multifirefox?ref=main"