blog ig idfk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user