From 542364e035e3c6fd859df3b527ecbfaf24f0c29d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 30 Nov 2023 15:00:48 +0300 Subject: [PATCH] flake.lock: update nixpkgs to latest master --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 1f595fe..3b3327a 100644 --- a/flake.lock +++ b/flake.lock @@ -212,11 +212,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1695806987, - "narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=", + "lastModified": 1701237617, + "narHash": "sha256-Ryd8xpNDY9MJnBFDYhB37XSFIxCPVVVXAbInNPa95vs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f3dab3509afca932f3f4fd0908957709bb1c1f57", + "rev": "85306ef2470ba705c97ce72741d56e42d0264015", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 75a89dc..4ef9530 100644 --- a/flake.nix +++ b/flake.nix @@ -205,7 +205,7 @@ inherit (builtins) getAttr attrNames pathExists readDir; inherit (lib) listToAttrs nameValuePair; - buildPlugin = name: vimUtils.buildVimPluginFrom2Nix { + buildPlugin = name: vimUtils.buildVimPlugin { name = name; src = getAttr name inputs; patches = lib.optional