Skip to content

Commit

Permalink
Merge pull request #1646 from m15a/wiki-nixos-org
Browse files Browse the repository at this point in the history
docs: update NixOS wiki link
  • Loading branch information
heinezen committed May 11, 2024
2 parents 73c8dfd + 8b0a96e commit 36e3907
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 36e3907

Please sign in to comment.