aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-04 07:46:22 +0000
committerAkshay <[email protected]>2021-12-04 07:46:22 +0000
commit5b344740c7a320ae4fab559d526cfd3ce0bf6957 (patch)
tree21fb99b46a6101e03a7d22c5669d396c5e6d47af /posts
parent5acd4c77a0ad5499fbd558e8f93f461f84ab26d1 (diff)
fix typo in Novice Nix post
url was missing its host
Diffstat (limited to 'posts')
-rw-r--r--posts/novice_nix:_flake_templates.md2
1 files changed, 1 insertions, 1 deletions
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
73$ nix flake init -t github:NixOS/templates#defaultTemplate 73$ nix flake init -t github:NixOS/templates#defaultTemplate
74 74
75# which is short for 75# which is short for
76$ nix flake init -t git+https://NixOS/templates#defaultTemplate 76$ nix flake init -t git+https://github.com/NixOS/templates#defaultTemplate
77``` 77```
78 78
79Similarly, the other templates can be accessed via: 79Similarly, the other templates can be accessed via: