14 lines
245 B
Markdown
14 lines
245 B
Markdown
|
|
# Vintage Story
|
||
|
|
|
||
|
|
Vintage Story as a Nix flake (with my own customizations)
|
||
|
|
|
||
|
|
This will build the Vintage Story client and server software.
|
||
|
|
|
||
|
|
To build the flake, run the following
|
||
|
|
|
||
|
|
```bash
|
||
|
|
nix build
|
||
|
|
```
|
||
|
|
|
||
|
|
This will only ever build for x86_64 Linux.
|