From 994a2f3aca309ecfb61e35607a7668031bdff57a Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 15 May 2025 10:47:26 +0200 Subject: [PATCH] Typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 924483d..e6c055e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { description = "Project Templates"; - output = {self}: { + outputs = {self}: { templates = { r = { path = ./templates/r;