2022-07-12 01:17:54 +02:00
|
|
|
# Nix flake templates for easy dev environments
|
|
|
|
|
|
|
|
```shell
|
|
|
|
# Go 1.17
|
2022-07-12 02:07:56 +02:00
|
|
|
nix flake init --template github:the-nix-way/dev-templates#go_1_17
|
2022-07-12 01:17:54 +02:00
|
|
|
|
|
|
|
# Go 1.18
|
2022-07-12 02:07:56 +02:00
|
|
|
nix flake init --template github:the-nix-way/dev-templates#go_1_18
|
2022-07-12 01:17:54 +02:00
|
|
|
```
|