Add support for guixsd into os explorer

remotes/origin/4.3
Dmitry Bogatov 9 years ago committed by Darko Poljak
parent 72001b237e
commit 1875bce52e
  1. 5
      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

Loading…
Cancel
Save