From 2ede707eb6b07c7655419e93abeb4f23085fff64 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 1 Nov 2024 08:45:11 -0700 Subject: [PATCH] Document installation on NixOS --- content/en/installation/linux.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/installation/linux.md b/content/en/installation/linux.md index 769011212..349d68a56 100644 --- a/content/en/installation/linux.md +++ b/content/en/installation/linux.md @@ -157,6 +157,14 @@ Derivatives of the [Gentoo] distribution of Linux include [Calculate Linux], [Fu [Gentoo]: https://www.gentoo.org/ [USE]: https://packages.gentoo.org/packages/www-apps/hugo +### NixOS + +The NixOS distribution of Linux includes Hugo in its package repository. To install the extended edition of Hugo: + +```sh +nix-env -iA nixos.hugo +``` + ### openSUSE Derivatives of the [openSUSE] distribution of Linux include [GeckoLinux], [Linux Karmada], and others. To install the extended edition of Hugo: