diff options
-rw-r--r-- | README.md | 17 |
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 ``` |