From be5a63a45bd3454ed5bdd3f96a2f287c228307dd Mon Sep 17 00:00:00 2001 From: Jay Keller <70912302+digitalcheetah@users.noreply.github.com> Date: Sat, 10 Jun 2023 11:03:48 +0000 Subject: [PATCH] Update osdetection with Guix Closes issue #1379 --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index 989b1b38..4c51a7a8 100644 --- a/include/osdetection +++ b/include/osdetection @@ -260,6 +260,12 @@ OS_NAME="Gentoo Linux" OS_VERSION="Rolling release" ;; + "guix") + LINUX_VERSION="Guix" + OS_FULLNAME="Guix System" + OS_NAME="Guix" + OS_VERSION="Rolling release" + ;; "ipfire") LINUX_VERSION="IPFire" OS_NAME="IPFire"