mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Manual: charon -> nixops
This commit is contained in:
parent
c4929aaf78
commit
2fe2be3bd2
@ -158,8 +158,8 @@
|
|||||||
<xsl:when test="$revision != 'local' and contains(@value, '/modules/')">
|
<xsl:when test="$revision != 'local' and contains(@value, '/modules/')">
|
||||||
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixos/blob/<xsl:value-of select="$revision"/>/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixos/blob/<xsl:value-of select="$revision"/>/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/></xsl:attribute>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="$revision != 'local' and contains(@value, 'charon') and contains(@value, '/nix/')">
|
<xsl:when test="$revision != 'local' and contains(@value, 'nixops') and contains(@value, '/nix/')">
|
||||||
<xsl:attribute name="xlink:href">https://github.com/NixOS/charon/blob/<xsl:value-of select="$revision"/>/nix/<xsl:value-of select="substring-after(@value, '/nix/')"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixops/blob/<xsl:value-of select="$revision"/>/nix/<xsl:value-of select="substring-after(@value, '/nix/')"/></xsl:attribute>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<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>
|
||||||
@ -172,8 +172,8 @@
|
|||||||
<xsl:when test="contains(@value, '/modules/')">
|
<xsl:when test="contains(@value, '/modules/')">
|
||||||
<nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>>
|
<nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="contains(@value, 'charon') and contains(@value, '/nix/')">
|
<xsl:when test="contains(@value, 'nixops') and contains(@value, '/nix/')">
|
||||||
<charon/<xsl:value-of select="substring-after(@value, '/nix/')"/>>
|
<nixops/<xsl:value-of select="substring-after(@value, '/nix/')"/>>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
|
Loading…
Reference in New Issue
Block a user