# r2wars ## 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 ```