这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/build_instructions/nix.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Building and developing on Nix based systems

The openage repository is a [nix flake](https://nixos.wiki/wiki/Flakes) that
The openage repository is a [nix flake](https://wiki.nixos.org/wiki/Flakes) that
allow Nix users to easily build, install and develop openage.

To build openage using nix

1. make sure you have nix with flakes enabled, either by permanent system
configuration or by using command line flags, as described on
[the wiki](https://nixos.wiki/wiki/Flakes);
[the wiki](https://wiki.nixos.org/wiki/Flakes);
2. clone this repository and `cd` into it;
3. run `nix build .#openage` to start the build process;
4. the built artifact will be in `./result`.
Expand Down