From 5b344740c7a320ae4fab559d526cfd3ce0bf6957 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 4 Dec 2021 13:16:22 +0530 Subject: fix typo in Novice Nix post url was missing its host --- docs/index.xml | 2 +- docs/posts/novice_nix:_flake_templates/index.html | 2 +- posts/novice_nix:_flake_templates.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.xml b/docs/index.xml index 3246f7a..b0ca956 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -57,7 +57,7 @@ <span id="cb4-7"><a href="#cb4-7" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nix flake init <span class="at">-t</span> github:NixOS/templates#defaultTemplate</span> <span id="cb4-8"><a href="#cb4-8" aria-hidden="true" tabindex="-1"></a></span> <span id="cb4-9"><a href="#cb4-9" aria-hidden="true" tabindex="-1"></a><span class="co"># which is short for</span></span> -<span id="cb4-10"><a href="#cb4-10" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nix flake init <span class="at">-t</span> git+https://NixOS/templates#defaultTemplate</span></code></pre></div> +<span id="cb4-10"><a href="#cb4-10" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nix flake init <span class="at">-t</span> git+https://github.com/NixOS/templates#defaultTemplate</span></code></pre></div> <p>Similarly, the other templates can be accessed via:</p> <div class="sourceCode" id="cb5"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nix flake init <span class="at">-t</span> templates#c-hello</span> <span id="cb5-2"><a href="#cb5-2" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nix flake init <span class="at">-t</span> templates#simpleContainer</span> diff --git a/docs/posts/novice_nix:_flake_templates/index.html b/docs/posts/novice_nix:_flake_templates/index.html index 6e1a49d..480f85d 100644 --- a/docs/posts/novice_nix:_flake_templates/index.html +++ b/docs/posts/novice_nix:_flake_templates/index.html @@ -86,7 +86,7 @@ $ nix flake init -t github:NixOS/templates#defaultTemplate # which is short for -$ nix flake init -t git+https://NixOS/templates#defaultTemplate +$ nix flake init -t git+https://github.com/NixOS/templates#defaultTemplate

Similarly, the other templates can be accessed via:

$ nix flake init -t templates#c-hello
 $ nix flake init -t templates#simpleContainer
diff --git a/posts/novice_nix:_flake_templates.md b/posts/novice_nix:_flake_templates.md
index 8e25a85..63b0b49 100644
--- a/posts/novice_nix:_flake_templates.md
+++ b/posts/novice_nix:_flake_templates.md
@@ -73,7 +73,7 @@ $ nix flake init -t templates#defaultTemplate
 $ nix flake init -t github:NixOS/templates#defaultTemplate
 
 # which is short for
-$ nix flake init -t git+https://NixOS/templates#defaultTemplate
+$ nix flake init -t git+https://github.com/NixOS/templates#defaultTemplate
 ```
 
 Similarly, the other templates can be accessed via:
-- 
cgit v1.2.3