From eb68abffe992b6e939a542fc5b19e97cc9fa45c6 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 5 Mar 2024 14:18:45 +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 'nixpkgs-nixos-unstable': 'github:NixOS/nixpkgs/b8697e57f10292a6165a20f03d2f42920dfaf973' (2024-03-03) --- flake.lock | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/flake.lock b/flake.lock index bb2e400c0..d0ef5f430 100644 --- a/flake.lock +++ b/flake.lock @@ -48,6 +48,22 @@ "type": "github" } }, + "nixpkgs-nixos-unstable": { + "locked": { + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-regression": { "locked": { "lastModified": 1643052045, @@ -69,6 +85,7 @@ "flake-compat": "flake-compat", "libgit2": "libgit2", "nixpkgs": "nixpkgs", + "nixpkgs-nixos-unstable": "nixpkgs-nixos-unstable", "nixpkgs-regression": "nixpkgs-regression" } }