From 2e3375ccf0547b093ab1f08c85507cf4c59d25fa Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Thu, 1 Aug 2024 10:50:43 -0700 Subject: [PATCH] doc(nix): update wiki link Further reading: https://github.com/NixOS/foundation/issues/113 --- nix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/README.md b/nix/README.md index cb94bfb186..94a84b87d7 100644 --- a/nix/README.md +++ b/nix/README.md @@ -6,7 +6,7 @@ Since this repo uses a new Nix feature called "Flakes", it is recommended to ena It massively improves the `nix` CLI UX, and adds many useful features. We include instructions for Nix without flakes enabled, but using flakes is the recommended way. -See the [NixOS wiki](https://nixos.wiki/wiki/Flakes) for information on how to enable and use flakes. +See the [NixOS wiki](https://wiki.nixos.org/wiki/Flakes) for information on how to enable and use flakes. It is recommended to first set up the [Cachix](https://cachix.org) cache to save time with builds: ```shell