···
<refname><command>nixos-version</command></refname>
+
<refpurpose>show the NixOS version</refpurpose>
···
<refsection><title>Description</title>
+
<para>This command shows the version of the currently active NixOS
+
configuration. For example:
+
<screen>$ nixos-version
+
16.03.1011.6317da4 (Emu)
+
The version consists of the following elements:
+
<term><literal>16.03</literal></term>
+
<listitem><para>The NixOS release, indicating the year and month
+
in which it was released (e.g. March 2016).</para></listitem>
+
<term><literal>1011</literal></term>
+
<listitem><para>The number of commits in the Nixpkgs Git
+
repository between the start of the release branch and the commit
+
from which this version was built. This ensures that NixOS
+
versions are monotonically increasing. It is
+
<literal>git</literal> when the current NixOS configuration was
+
built from a checkout of the Nixpkgs Git repository rather than
+
from a NixOS channel.</para></listitem>
+
<term><literal>6317da4</literal></term>
+
<listitem><para>The first 7 characters of the commit in the
+
Nixpkgs Git repository from which this version was
+
built.</para></listitem>
+
<term><literal>Emu</literal></term>
+
<listitem><para>The code name of the NixOS release. The first
+
letter of the code name indicates that this is the N'th stable
+
NixOS release; for example, Emu is the fifth
+
release.</para></listitem>
···
<term><option>--hash</option></term>
<term><option>--revision</option></term>
+
<para>Show the full SHA1 hash of the Git commit from which this
+
configuration was built, e.g.
<screen>$ nixos-version --hash
6317da40006f6bc2480c6781999c52d88dde2acf