Add explicit support for Void Linux, fixes #378

This commit is contained in:
2023-10-20 17:51:40 +08:00
parent 3e907bd890
commit 480d6be02f

View File

@@ -250,6 +250,7 @@ data LinuxDistro = Debian
| Alpine
| AmazonLinux
| RockyLinux
| VoidLinux
-- rolling
| Gentoo
| Exherbo
@@ -270,6 +271,7 @@ distroToString RedHat = "redhat"
distroToString Alpine = "alpine"
distroToString AmazonLinux = "amazon"
distroToString RockyLinux = "rocky"
distroToString VoidLinux = "void"
distroToString Gentoo = "gentoo"
distroToString Exherbo = "exherbo"
distroToString UnknownLinux = "unknown"