From a11b4b346d42b6f0e124eb0ec8dd5ebf678cfcaf Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 31 Jul 2022 14:26:23 +0200 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Added input 'flake-parts': 'github:hercules-ci/flake-parts/608ed3502263d6f4f886d75c48fc2b444a4ab8d8' (2022-07-06) • Added input 'flake-parts/nixpkgs': follows 'nixpkgs' --- flake.lock | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index d93da7e..fab855e 100644 --- a/flake.lock +++ b/flake.lock @@ -193,6 +193,26 @@ } }, "flake-parts": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1657102481, + "narHash": "sha256-62Fuw8JgPub38OdgNefkIKOodM9nC3M0AG6lS+7smf4=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "608ed3502263d6f4f886d75c48fc2b444a4ab8d8", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_2": { "inputs": { "nixpkgs": [ "hercules-ci-agent", @@ -322,7 +342,7 @@ }, "hercules-ci-agent": { "inputs": { - "flake-parts": "flake-parts", + "flake-parts": "flake-parts_2", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs_2", "pre-commit-hooks-nix": "pre-commit-hooks-nix" @@ -766,6 +786,7 @@ "deploy-rs": "deploy-rs", "devshell": "devshell", "dream2nix": "dream2nix", + "flake-parts": "flake-parts", "hercules-ci-agent": "hercules-ci-agent", "hercules-ci-effects": "hercules-ci-effects", "home-manager": "home-manager",