From 34884706608919433ac07f09da18b32f6fde5dae Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sat, 14 May 2022 19:14:11 -0400 Subject: [PATCH] README: fix the other template link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a7f88c..28407fb 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ then slide `evalFlakeModule` between your outputs function head and body, ).config.flake; ``` -Now you can add the remaining module attributes like in the [the template](./template/flake.nix). +Now you can add the remaining module attributes like in the [the template](./template/default/flake.nix). # Example