about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-17 00:54:36 +0200
committerEmile <git@emile.space>2024-08-17 00:54:36 +0200
commit93219b7c02da4c07fbebc4cdd3651ec111c8daea (patch)
treec23512822ecd88b38a2e2051dfb5f3ef634ac47e
parent93320617d607b279741ff1a00e5a3d195a2452c0 (diff)
nix pkg, module and conf description
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb254ae..525915d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,22 @@
 # r2wars
 
-If you want to clone from git.emile.space, you can do so like this:
+## nix
+
+So I use nix for all kinds of things nowadays and so here as well.
+You don't have to if you don't want to and that's ok.
+
+There's a nix package here:
+https://git.emile.space/hefe/tree/nix/pkgs/r2wars-web/default.nix
+
+And a nix module using that package here:
+https://git.emile.space/hefe/tree/nix/modules/r2wars-web/default.nix
+
+And the configuration I'm currently running on https://r2wa.rs using the module which uses the package here:
+https://git.emile.space/hefe/tree/nix/hosts/corrino/www/r2wa.rs.nix
+
+If you want to clone from git.emile.space, you can currently do so like this:
 
 ```
 git clone git://git.emile.space/r2wars-web.git
+git clone git://git.emile.space/hefe.git
 ```