From 8b7414772124751b17dc1e3da4f93a2f517caccb Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 26 Feb 2025 01:01:23 +0700 Subject: [PATCH] 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. --- templates/clan/flake-parts/flake.nix | 2 -- templates/clan/new-clan/flake.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/templates/clan/flake-parts/flake.nix b/templates/clan/flake-parts/flake.nix index 541a95c60..7fd1083a5 100644 --- a/templates/clan/flake-parts/flake.nix +++ b/templates/clan/flake-parts/flake.nix @@ -1,6 +1,4 @@ { - description = ""; - 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"; diff --git a/templates/clan/new-clan/flake.nix b/templates/clan/new-clan/flake.nix index fad9c78b6..56edd55fa 100644 --- a/templates/clan/new-clan/flake.nix +++ b/templates/clan/new-clan/flake.nix @@ -1,6 +1,4 @@ { - description = ""; - inputs.clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; inputs.nixpkgs.follows = "clan-core/nixpkgs";