Skip to content

Add commit hash to version info

Nebulosa requested to merge nebulosa/niri:main into main

From:

$ niri --version
niri 0.1.6 (unknown commit)

to:

$ niri --version
niri 0.1.6 (d96a66d)

Like author Niri's does in .spec, but in a more convenient way.

Merge request reports