From 0548755e2c06bf785fc1a4700688a10f3c06cea9 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:36:25 -0400 Subject: [PATCH] Add correct NixOS wiki link --- lug-helper.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index bdcdc1d..92a6a77 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -229,9 +229,8 @@ repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" current_version="v2.8" -# FIXME: Link # NixOS section in Wiki -lug_wiki_nixos="https://github.com/starcitizen-lug/knowledge-base/wiki/Tips-and-Tricks" +lug_wiki_nixos="https://github.com/starcitizen-lug/knowledge-base/wiki/Tips-and-Tricks#nixos-tweaks" ############################################################################ ############################################################################