blob: 525915d5de9152a5df78f8c5ff8f8cd5848a525f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
```
|