diff --git a/flake.lock b/flake.lock index 9b37985172..47eea3ad1a 100644 --- a/flake.lock +++ b/flake.lock @@ -13,8 +13,9 @@ "type": "github" }, "original": { - "id": "flake-parts", - "type": "indirect" + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" } }, "multiversal": { diff --git a/flake.nix b/flake.nix index 1cc3c40445..02d88e2825 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; multiversal.url = "github:autc04/multiversal"; multiversal.flake = false; + flake-parts.url = "github:hercules-ci/flake-parts"; }; outputs = inputs@{ flake-parts, nixpkgs, multiversal, ... }: