blog ig idfk

This commit is contained in:
mtgmonkey
2025-08-28 05:09:43 +00:00
parent 7cef5d8798
commit 6e30000ce5
5 changed files with 259 additions and 96 deletions

View File

@@ -5,10 +5,9 @@
noshell.url = "github:viperML/noshell";
spacebar-server.url = "github:spacebarchat/server";
elmskell-blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog.git";
blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog.git";
jank-client.url = "git+https://git.mtgmonkey.net/Andromeda/jank-client-fork.git";
math-project.url = "git+https://git.mtgmonkey.net/Andromeda/math-project.git";
best-blog.url = "git+https://git.mtgmonkey.net/Andromeda/best-blog.git";
};
outputs = {
@@ -18,7 +17,7 @@
spacebar-server,
jank-client,
math-project,
best-blog,
blog,
...
}: let
system = "x86_64-linux";
@@ -30,7 +29,7 @@
inherit system;
inherit spacebar-server;
inherit math-project;
inherit best-blog;
inherit blog;
ssh-pub-keys = import ./ssh-pub-keys.nix;
};
modules = [
@@ -40,7 +39,7 @@
./services/elmskell.nix
./services/ferron.nix
./services/gitea.nix
#./services/rgit.nix
# ./services/rgit.nix
./services/math-project.nix
./services/spacebar.nix
./services/translate.nix