Add support for guixsd into os explorer

This commit is contained in:
dmitrybogatov 2016-09-01 17:47:51 +03:00 committed by Darko Poljak
parent 72001b237e
commit 1875bce52e
1 changed files with 5 additions and 0 deletions

View File

@ -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