fix: outputs has to be a function

This commit is contained in:
Patrick 2024-11-11 17:22:33 +01:00
parent 1776cd44ca
commit 675917283e
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -1,7 +1,7 @@
{
description = "A collection of flake templates";
outputs = {
outputs = _inputs: {
templates = {
default = {
path = ./default;