1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-06-02 06:36:23 +02:00

Fix flake init commands in README

This commit is contained in:
Luc Perkins 2022-07-12 02:07:56 +02:00
parent f78b309648
commit cac35739be
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2

View File

@ -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
```