From 3fd0396637bacb3b741462b21a5c019558cacbb0 Mon Sep 17 00:00:00 2001 From: Torsten Schmits Date: Tue, 26 Sep 2023 14:20:52 +0200 Subject: [PATCH] fix link in error message --- modules/basic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/basic.nix b/modules/basic.nix index b155929..48643fe 100644 --- a/modules/basic.nix +++ b/modules/basic.nix @@ -255,7 +255,7 @@ in { then head config.internal.packageNames else throw '' The config option 'main' must name one of the 'packages' if more than one is defined. - See https://tryp.io/hix/manual/index.html#opt-general-main + See https://tryp.io/hix/index.html#opt-general-main '' );