From 49c1d544c6aedb49e184476e10203aff42457e46 Mon Sep 17 00:00:00 2001 From: quatquatt <78693624+quatquatt@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:03:41 -0400 Subject: [PATCH] This commit updates the the link from the former, unofficial nixos wiki page to the new https://wiki.nixos.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 192052c5..5b3ffcbb 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The project itself provides build instructions for the [Nix package manager](htt Those can be used for the most recent version of the compiler, or for working on it. To enter the development environment, run either `nix-shell` or `nix develop` depending on whether you are using nix -with [flakes](https://nixos.wiki/wiki/Flakes) and [nix command](https://nixos.wiki/wiki/Nix_command) enabled or not. +with [flakes](https:/wiki.nixos.org/wiki/Flakes) and [nix command](https://wiki.nixos.org/wiki/Nix_command) enabled or not. Then you can build and run the project with `cargo` as described at the top of this section. Beyond that, the project will also build with `nix-build` / `nix build`, meaning you can install it on your system using