blob: bdad079c4d7f288630e93a12b3f9bf1f848d658b [file] [log] [blame]
{
description = "All the clicks flake templates";
outputs =
{ self }:
{
templates = {
default = self.templates.direnv;
direnv = {
path = ./direnv;
description = "A basic nix-direnv flake with nothing. Welcome to Clicks <3";
};
};
};
}