flake.lock: update nixpkgs to latest master

This commit is contained in:
Dmitriy Pleshevskiy 2023-11-30 15:00:48 +03:00
parent ddc7c23ef6
commit 542364e035
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
2 changed files with 4 additions and 4 deletions

View File

@ -212,11 +212,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1695806987, "lastModified": 1701237617,
"narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=", "narHash": "sha256-Ryd8xpNDY9MJnBFDYhB37XSFIxCPVVVXAbInNPa95vs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f3dab3509afca932f3f4fd0908957709bb1c1f57", "rev": "85306ef2470ba705c97ce72741d56e42d0264015",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -205,7 +205,7 @@
inherit (builtins) getAttr attrNames pathExists readDir; inherit (builtins) getAttr attrNames pathExists readDir;
inherit (lib) listToAttrs nameValuePair; inherit (lib) listToAttrs nameValuePair;
buildPlugin = name: vimUtils.buildVimPluginFrom2Nix { buildPlugin = name: vimUtils.buildVimPlugin {
name = name; name = name;
src = getAttr name inputs; src = getAttr name inputs;
patches = lib.optional patches = lib.optional