Skip to content

Commit

Permalink
Update gh-pages for dddef06
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK committed Jul 10, 2020
1 parent 9428293 commit db836d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/installing-nix-tools/index.html
Expand Up @@ -227,7 +227,7 @@

<h2 id="installing-nix-tools">Installing <code>nix-tools</code><a class="headerlink" href="#installing-nix-tools" title="Permanent link">&para;</a></h2>
<p>To build the latest <code>nix-tools</code> and store the result at <code>./nt</code>, run:</p>
<pre><code class="bash">nix build -f https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz pkgs.haskell-nix.nix-tools --out-link nt
<pre><code class="bash">nix build -f https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz pkgs.haskell-nix.nix-tools.ghc883 --out-link nt
</code></pre>

<p>If you would like to then install <code>nix-tools</code> into your profile, run:</p>
Expand All @@ -241,7 +241,7 @@ <h2 id="optional-installing-via-haskellnix-source">Optional: Installing via [Has
<pre><code class="bash">git clone https://github.com/input-output-hk/nix-tools
git clone https://github.com/input-output-hk/haskell.nix
cd haskell.nix
nix build -f . pkgs.haskell-nix.nix-tools --arg sourcesOverride '{ nix-tools = ../nix-tools; }' --out-link nt
nix build -f . pkgs.haskell-nix.nix-tools.ghc883 --arg sourcesOverride '{ nix-tools = ../nix-tools; }' --out-link nt
</code></pre>

</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit db836d3

Please sign in to comment.