From 9afdc976b581ddcf2acf901f4732f2fb4ba3f3ff Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 18 Dec 2022 14:02:25 +0100 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 'drv-parts': 'github:DavHau/drv-parts/f8bdb04964ef64e74bd227937cf6f4306478001b' (2022-12-17) • Added input 'drv-parts/flake-parts': follows 'flake-parts' • Added input 'drv-parts/nixpkgs': follows 'nixpkgs' --- flake.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/flake.lock b/flake.lock index a78f8ac..18bbd07 100644 --- a/flake.lock +++ b/flake.lock @@ -142,6 +142,29 @@ "type": "github" } }, + "drv-parts": { + "inputs": { + "flake-parts": [ + "flake-parts" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1671279624, + "narHash": "sha256-zY+ZFkIftR/ygx59L6jK50OgJLAIcUdYljoLPMnzm7w=", + "owner": "DavHau", + "repo": "drv-parts", + "rev": "f8bdb04964ef64e74bd227937cf6f4306478001b", + "type": "github" + }, + "original": { + "owner": "DavHau", + "repo": "drv-parts", + "type": "github" + } + }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -449,6 +472,7 @@ "deploy-rs": "deploy-rs", "devshell": "devshell", "dream2nix": "dream2nix", + "drv-parts": "drv-parts", "flake-parts": "flake-parts", "hercules-ci-agent": "hercules-ci-agent", "hercules-ci-effects": "hercules-ci-effects",