From 89e14e6e6b2d8b5894b3800af29e247ef0d446ec Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:35:05 +0100 Subject: [PATCH] flake/dev/flake: override nvf's flake-parts input Fixes: 84e7ea0aa447 ("{nixvim,nvf}: add testbeds (#1579)") --- flake/dev/flake.lock | 25 +++---------------------- flake/dev/flake.nix | 1 + 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index dfbb54b1..298c8670 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -66,27 +66,6 @@ "type": "github" } }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": [ - "nvf", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1756770412, - "narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "4524271976b625a4a605beefd893f270620fd751", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems" @@ -266,7 +245,9 @@ "nvf": { "inputs": { "flake-compat": [], - "flake-parts": "flake-parts", + "flake-parts": [ + "dev-flake-parts" + ], "mnw": "mnw", "nixpkgs": [ "dev-nixpkgs" diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 0f6c41bd..b952a47d 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -160,6 +160,7 @@ nixpkgs.follows = "dev-nixpkgs"; systems.follows = "dev-systems"; flake-compat.follows = ""; + flake-parts.follows = "dev-flake-parts"; }; };