Fix flake init commands in README
This commit is contained in:
parent
f78b309648
commit
cac35739be
|
@ -2,8 +2,8 @@
|
|||
|
||||
```shell
|
||||
# Go 1.17
|
||||
nix flake init --template github:the-nix-way/dev-templates go_1_17
|
||||
nix flake init --template github:the-nix-way/dev-templates#go_1_17
|
||||
|
||||
# Go 1.18
|
||||
nix flake init --template github:the-nix-way/dev-templates go_1_18
|
||||
nix flake init --template github:the-nix-way/dev-templates#go_1_18
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue