blob: bdad079c4d7f288630e93a12b3f9bf1f848d658b [file] [log] [blame]
Skyler Grey449f54b2024-02-21 21:24:50 +00001{
2 description = "All the clicks flake templates";
3
4 outputs =
5 { self }:
6 {
7 templates = {
8 default = self.templates.direnv;
9 direnv = {
10 path = ./direnv;
11 description = "A basic nix-direnv flake with nothing. Welcome to Clicks <3";
12 };
13 };
14 };
15}