diff --git a/templates/clan/minimal-flake-parts/flake.nix b/templates/clan/minimal-flake-parts/flake.nix index be0c31e8b..c4dc422dc 100644 --- a/templates/clan/minimal-flake-parts/flake.nix +++ b/templates/clan/minimal-flake-parts/flake.nix @@ -2,9 +2,9 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; - clan-core.inputs.nixpkgs.follows = "nixpkgs"; - clan-core.inputs.flake-parts.follows = "flake-parts"; + clan.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; + clan.inputs.nixpkgs.follows = "nixpkgs"; + clan.inputs.flake-parts.follows = "flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";