From 4aa28922a6bb2aa5ee92ee84430f75f450722304 Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Wed, 27 Nov 2024 22:45:04 -0800 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 'nixpkgs': 'path:/nix/store/cjz8w4dgc3rd2n3dqv5c208vygndjyba-source?lastModified=0&narHash=sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c%3D' (1970-01-01) → 'github:nixos/nixpkgs/4633a7c72337ea8fd23a4f2ba3972865e3ec685d' (2024-11-25) --- flake.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index fd26b8f..83809e0 100644 --- a/flake.lock +++ b/flake.lock @@ -117,14 +117,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 0, - "narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=", - "path": "/nix/store/cjz8w4dgc3rd2n3dqv5c208vygndjyba-source", - "type": "path" + "lastModified": 1732521221, + "narHash": "sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "4633a7c72337ea8fd23a4f2ba3972865e3ec685d", + "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs-lib": {