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/posts/novice_nix:_flake_templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/posts/novice_nix:_flake_templates/index.html') 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
-- 
cgit v1.2.3