refactor: remove precise inputs from lib.nix

This commit is contained in:
matt1432 2024-06-24 11:38:30 -04:00
parent e581ce4582
commit 22267e6c2e
13 changed files with 47 additions and 46 deletions
common/home/neovim/langs

View file

@ -8,11 +8,7 @@
inherit (config.vars) neovimIde;
inherit (pkgs) vimPlugins;
buildPlugin = pname: src:
pkgs.vimUtils.buildVimPlugin {
inherit pname src;
version = src.shortRev;
};
inherit (import ../../../../lib.nix {inherit pkgs;}) buildPlugin;
in
lib.mkIf neovimIde {
programs = {

View file

@ -9,11 +9,7 @@
inherit (config.vars) neovimIde;
inherit (pkgs) vimPlugins;
buildPlugin = pname: src:
pkgs.vimUtils.buildVimPlugin {
inherit pname src;
version = src.shortRev;
};
inherit (import ../../../../lib.nix {inherit pkgs;}) buildPlugin;
in
lib.mkIf neovimIde {
programs = {