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";