From 675917283e8cd12207a42cc2009ed591f98dc469 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 11 Nov 2024 17:22:33 +0100 Subject: [PATCH] fix: outputs has to be a function --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c245cb0..fad4eea 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A collection of flake templates"; - outputs = { + outputs = _inputs: { templates = { default = { path = ./default;