From ad951599f29a39541b278f2b9b3d7cde90a594be Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 30 Sep 2023 14:11: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 'nixpkgsUnstable': 'github:nixos/nixpkgs/8a86b98f0ba1c405358f1b71ff8b5e1d317f5db2' (2023-09-27) --- flake.lock | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 9a0aef3..e5b33ac 100644 --- a/flake.lock +++ b/flake.lock @@ -55,11 +55,28 @@ "type": "github" } }, + "nixpkgsUnstable": { + "locked": { + "lastModified": 1695830400, + "narHash": "sha256-gToZXQVr0G/1WriO83olnqrLSHF2Jb8BPcmCt497ro0=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "8a86b98f0ba1c405358f1b71ff8b5e1d317f5db2", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "flake-utils": "flake-utils", "home-manager": "home-manager", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "nixpkgsUnstable": "nixpkgsUnstable" } }, "systems": {