Unverified Commit 9ccd86be authored by black's avatar black Committed by GitHub

Merge pull request #1305 from fjallarefur/master

Rename GuixSD to Guix System
parents 1345c3d2 87de174a
......@@ -925,8 +925,8 @@ get_distro() {
elif type -p guix >/dev/null; then
case "$distro_shorthand" in
"on" | "tiny") distro="GuixSD" ;;
*) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')"
"on" | "tiny") distro="Guix System" ;;
*) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')"
esac
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment