From a73982f5b4bc37f8e3a7adb8bd4492f16984277b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 May 2025 18:32:21 +0200 Subject: [PATCH] docs: migrate wiki references to wiki.nixos.org This has been the official wiki platform for a while now. --- docs/flakes.rst | 2 +- docs/howto-develop.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/flakes.rst b/docs/flakes.rst index 254a02a..f56ec96 100644 --- a/docs/flakes.rst +++ b/docs/flakes.rst @@ -1,7 +1,7 @@ Nix Flakes ========== -If you're using `flakes `__, you can use +If you're using `flakes `__, you can use the following minimal ``flake.nix`` as an example: .. code:: nix diff --git a/docs/howto-develop.rst b/docs/howto-develop.rst index 108740a..4826782 100644 --- a/docs/howto-develop.rst +++ b/docs/howto-develop.rst @@ -10,7 +10,7 @@ Run NixOS tests --------------- To run the test suite, you need to enable `Nix Flakes -`__. +`__. You can then run the testsuite via @@ -37,7 +37,7 @@ For the syntax, see the `RST/Sphinx primer `_. To build the documentation, you need to enable `Nix Flakes -`__. +`__. ::