templates: Remove description attribute from templates

Remove the `description` flake attribute from templates.
It has limited usefulness, is unset, is another thing the user has to
set and is confronted with.

It seems better to omit this attribute to keep the focus here on what
really matters.
This commit is contained in:
a-kenji
2025-02-26 01:01:23 +07:00
committed by Luis Hebendanz
parent 299180703e
commit 8b74147721
2 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
{
description = "<Put your description here>";
inputs.clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
inputs.nixpkgs.follows = "clan-core/nixpkgs";
inputs.flake-parts.url = "github:hercules-ci/flake-parts";

View File

@@ -1,6 +1,4 @@
{
description = "<Put your description here>";
inputs.clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
inputs.nixpkgs.follows = "clan-core/nixpkgs";