When nixos is used inside a /nix/store, the store path is replace by
/etc/nixos/nixos which is the default location of nixos. svn path=/nixos/trunk/; revision=17681
This commit is contained in:
parent
11025f3462
commit
56d6afaa8a
@ -154,11 +154,12 @@
|
|||||||
<xsl:attribute name="xlink:href">file://<xsl:value-of select="@value"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">file://<xsl:value-of select="@value"/></xsl:attribute>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<!-- Print the filename and make it user-friendly by removing the
|
<!-- Print the filename and make it user-friendly by replacing the
|
||||||
/nix/store/<hash> prefix. -->
|
/nix/store/<hash> prefix by the default location of nixos
|
||||||
|
sources. -->
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="starts-with(@value, '/nix/store/')">
|
<xsl:when test="starts-with(@value, '/nix/store/')">
|
||||||
<xsl:value-of select="substring-after(@value, '-')"/>
|
/etc/nixos/nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user