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