From 1875bce52e9da62a4f0eb7bd3922c32a26dd7f86 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Thu, 1 Sep 2016 17:47:51 +0300 Subject: [PATCH] Add support for guixsd into os explorer --- cdist/conf/explorer/os | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cdist/conf/explorer/os b/cdist/conf/explorer/os index 550192d4..094685ea 100755 --- a/cdist/conf/explorer/os +++ b/cdist/conf/explorer/os @@ -39,6 +39,11 @@ if [ -f /etc/cdist-preos ]; then exit 0 fi +if [ -d /gnu/store ]; then + echo guixsd + exit 0 +fi + ### Debian and derivatives if grep -q ^DISTRIB_ID=Ubuntu /etc/lsb-release 2>/dev/null; then echo ubuntu