dev-templates/README.md
2022-07-12 02:07:56 +02:00

10 lines
217 B
Markdown

# Nix flake templates for easy dev environments
```shell
# 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
```