From 81d5b220cde5860b529e87fdc3aae55718c24030 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 6 May 2023 16:07:05 +0200 Subject: [PATCH] docs: Fix broken GVariant docs link --- docs/writing-modules.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-modules.adoc b/docs/writing-modules.adoc index a0fcc3a3f..8a6c932dc 100644 --- a/docs/writing-modules.adoc +++ b/docs/writing-modules.adoc @@ -7,7 +7,7 @@ The module system in Home Manager is based entirely on the NixOS module system s [[sec-option-types]] === Option Types :wikipedia-dag: https://en.wikipedia.org/w/index.php?title=Directed_acyclic_graph&oldid=939656095 -:gvariant-description: https://developer.gnome.org/glib/stable/glib-GVariant.html#glib-GVariant.description +:gvariant-description: https://docs.gtk.org/glib/struct.Variant.html#description Overall the basic option types are the same in Home Manager as NixOS. A few Home Manager options, however, make use of custom types that are worth describing in more detail. These are the option types `dagOf` and `gvariant` that are used, for example, by <> and <>.