From c7afb01c9fd9bbf0f163084e1e3d6c26703860d7 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sun, 14 Jan 2024 22:13:08 +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: • Updated input 'microvm': 'github:astro/microvm.nix/8a8b8c68d15029752b0669a57281e7d2aaf23dd5' (2024-01-12) → 'github:astro/microvm.nix/088ba565537eaef1041a87be5a44ca0daa4e1908' (2024-01-14) --- flake.lock | 46 ++++++---------------------------------------- 1 file changed, 6 insertions(+), 40 deletions(-) diff --git a/flake.lock b/flake.lock index 46e5dc2..511e3aa 100644 --- a/flake.lock +++ b/flake.lock @@ -306,24 +306,6 @@ "type": "github" } }, - "flake-parts_3": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib_2" - }, - "locked": { - "lastModified": 1704982712, - "narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "07f6395285469419cf9d078f59b5b49993198c00", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "locked": { "lastModified": 1667395993, @@ -458,11 +440,11 @@ "spectrum": "spectrum" }, "locked": { - "lastModified": 1705057870, - "narHash": "sha256-o5Mc/awjkFOVDUm/dx8Es0NcWG5v/kw4Zt3B/ZO+KpE=", + "lastModified": 1705263072, + "narHash": "sha256-DCqqaNWn9G81U+0Myyr36JrOKitcmS34oBWxqiHjabk=", "owner": "astro", "repo": "microvm.nix", - "rev": "8a8b8c68d15029752b0669a57281e7d2aaf23dd5", + "rev": "088ba565537eaef1041a87be5a44ca0daa4e1908", "type": "github" }, "original": { @@ -588,24 +570,6 @@ "type": "github" } }, - "nixpkgs-lib_2": { - "locked": { - "dir": "lib", - "lastModified": 1703961334, - "narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9", - "type": "github" - }, - "original": { - "dir": "lib", - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-stable": { "locked": { "lastModified": 1702780907, @@ -836,7 +800,9 @@ }, "sunshine": { "inputs": { - "flake-parts": "flake-parts_3", + "flake-parts": [ + "flake-parts" + ], "nixpkgs": [ "nixpkgs" ]