From c3d7cbf19a253411836b02241406d51144fabc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 13 Sep 2023 07:49:35 +0200 Subject: [PATCH] docs: update flake url --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5427b30..620da2c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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