diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/novice_nix:_flake_templates.md | 2 |
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 | ||
79 | Similarly, the other templates can be accessed via: | 79 | Similarly, the other templates can be accessed via: |