Open dminca opened 5 months ago
Proposal to use npins for installing vimPlugins
https://github.com/Gerg-L/nvim-flake/blob/master/flake.nix#L125-L132
🌟 Best guide to follow at current point in time → https://fl42v.github.io/nixos-and-flakes-book-ru/nixpkgs/overlays
Got some hints on discord and some searching led me to this piece → https://kevinmacksa.me/post/20240128-nix-develop/
Establish a mechanism to perform overlaying.
First struggle I had was with
pkgs.vimPlugins.coc-explorer
where upstream released a fix ( https://github.com/weirongxu/coc-explorer/issues/586 ) for a critical missing feature and need to bring this over before it gets pushed tonixpkgs
Another candidate is
pkgs.kluctl
which is an older version innixpkgs
even though I'm usingnixpkgs-unstable
On a separate note, if some want to wait until the patches are released to
nixpkgs-unstable
, a PR must be available, then it can be verified if merged here → https://nixpk.gs/pr-tracker.html?pr=319882