Update link from unofficial nixos wiki to official one

The README references the old, unofficial NixOS wiki. This PR updates the links to point to the new official NixOS wiki source, which will be more properly maintained in the future. It's very much a Fandom wiki situation.
This commit is contained in:
quatquatt 2024-08-02 13:54:02 -04:00 committed by GitHub
parent d047df3859
commit 50b291b94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ make
./build/waku --help
```
#### Nix
You can build Waku v2 node using [Nix](https://nixos.org/) [Flakes](https://nixos.wiki/wiki/Flakes):
You can build Waku v2 node using [Nix](https://nixos.org/) [Flakes](https://wiki.nixos.org/wiki/Flakes):
```sh
nix build github:waku-org/go-waku
```