From aced88b0a60931e0a93fafa819060b0e659158ce Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 8 Jan 2025 12:05:26 -0800 Subject: [PATCH] chore: sync flake.lock --- flake.lock | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index aee2c4b..74f3c1a 100644 --- a/flake.lock +++ b/flake.lock @@ -792,6 +792,22 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1736042175, + "narHash": "sha256-jdd5UWtLVrNEW8K6u5sy5upNAFmF3S4Y+OIeToqJ1X8=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "bf689c40d035239a489de5997a4da5352434632e", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "plugins-blink-ripgrep": { "flake": false, "locked": { @@ -1160,9 +1176,7 @@ "viminal": { "inputs": { "nixCats": "nixCats", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_3", "plugins-blink-ripgrep": "plugins-blink-ripgrep", "plugins-pomo-nvim": "plugins-pomo-nvim" },