From 2df801d36e4726758fb13b6dea9286aa655b6cbb Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 29 Dec 2024 16:45:23 +0100 Subject: [PATCH] minimal-flake-parts template: fix clan inputs name --- templates/clan/minimal-flake-parts/flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";