Stop using deprecated builder
This commit is contained in:
parent
2664a47219
commit
3357c037e6
@ -53,10 +53,10 @@
|
||||
inherit (pkgs) fetchFromGitHub;
|
||||
};
|
||||
harpoon-nvim = pkgs.callPackage ./harpoon-nvim.nix {
|
||||
inherit (pkgs.vimUtils) buildVimPluginFrom2Nix;
|
||||
inherit (pkgs.vimUtils) buildVimPlugin;
|
||||
harpoonSrc = harpoon-src;
|
||||
};
|
||||
nvim-treesitter-context = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||
nvim-treesitter-context = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "nvim-treesitter-context";
|
||||
src = treesitter-context;
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
{buildVimPluginFrom2Nix, harpoonSrc, ...}:
|
||||
buildVimPluginFrom2Nix {
|
||||
{buildVimPlugin, harpoonSrc, ...}:
|
||||
buildVimPlugin {
|
||||
name = "harpoon";
|
||||
src = harpoonSrc;
|
||||
}
|
||||
|
6
nix/darwin/flake.lock
generated
6
nix/darwin/flake.lock
generated
@ -36,12 +36,12 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-h8APs3KV8oU8sWYFEpSpqFjqJ/QY2a2L90BDfad5VUo=",
|
||||
"path": "/nix/store/0jd7ginq0vz1gglni90j5bzj4bk4ly7q-source/nix/base-system",
|
||||
"narHash": "sha256-V/t8UhlpbGYByMB1kBdPn2kHLgUlWdOKX4e3XFgDIi4=",
|
||||
"path": "/nix/store/mmp67clvw8ypsi8vfc17i4mvzr19hnxd-source/nix/base-system",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/0jd7ginq0vz1gglni90j5bzj4bk4ly7q-source/nix/base-system",
|
||||
"path": "/nix/store/mmp67clvw8ypsi8vfc17i4mvzr19hnxd-source/nix/base-system",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user