From 93ebc9fa9c6605ee036654bae29f24bf2dc237ef Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 22 Oct 2024 10:00:22 -0700 Subject: [PATCH] fix: update template flake Signed-off-by: Emmanuel Ferdman --- doc/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start.md b/doc/start.md index eb4f3745..4c8fd025 100644 --- a/doc/start.md +++ b/doc/start.md @@ -7,7 +7,7 @@ order: -10 ## New project -Use the [template flake](https://github.com/juspay/services-flake/blob/main/example/flake.nix) provided by `services-flake`: +Use the [template flake](https://github.com/juspay/services-flake/blob/main/example/simple/flake.nix) provided by `services-flake`: ```sh mkdir example && cd ./example nix flake init -t github:juspay/services-flake