From 72252ef6f4e270959a48ca0e4b86ae208fc23f74 Mon Sep 17 00:00:00 2001 From: quatquatt <78693624+quatquatt@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:22:46 -0400 Subject: [PATCH] Update link from unofficial nixos wiki to official one --- crates/tree/benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tree/benchmarks/README.md b/crates/tree/benchmarks/README.md index 46ea465e..79420cdc 100644 --- a/crates/tree/benchmarks/README.md +++ b/crates/tree/benchmarks/README.md @@ -2,7 +2,7 @@ To run the benchmarks: -1. Install the nix package manager with flake support: https://nixos.wiki/wiki/Flakes. +1. Install the nix package manager with flake support: https://wiki.nixos.org/wiki/Flakes. 2. Clone the modelfox repo and `cd` into it: `git clone git@github.com:modelfoxdotdev/modelfox && cd modelfox`.