docs: update flake url

This commit is contained in:
Jörg Thalheim 2023-09-13 07:49:35 +02:00
parent cf42f710c1
commit c3d7cbf19a

View file

@ -63,7 +63,7 @@ pkgs.buildGoApplication {
The quickest way to get started if using Nix Flakes is to use the Flake template:
``` bash
$ nix flake init -t github:tweag/gomod2nix#app
$ nix flake init -t github:nix-community/gomod2nix#app
```
## Basic usage