From b7e4041f8d812754f7d3ed3f70063bf2739f3e2e Mon Sep 17 00:00:00 2001 From: Oleks Date: Wed, 18 Mar 2026 22:38:50 +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 'nixpkgs-ci': follows 'nixpkgs' • Added input 'nixpkgs-emmett': follows 'nixpkgs' --- flake.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.lock b/flake.lock index a70d76d..81be828 100644 --- a/flake.lock +++ b/flake.lock @@ -25,6 +25,12 @@ "nixpkgs-bim": [ "nixpkgs" ], + "nixpkgs-ci": [ + "nixpkgs" + ], + "nixpkgs-emmett": [ + "nixpkgs" + ], "nixpkgs-howard": [ "nixpkgs" ],