refactor: expose custom libs through self flake

This commit is contained in:
matt1432 2024-11-20 16:13:12 -05:00
commit a5fdb3e5d4
8 changed files with 18 additions and 23 deletions
common/home/neovim/langs

View file

@ -9,7 +9,7 @@
inherit (lib) mkIf;
inherit (config.vars) neovimIde;
inherit (import "${self}/lib" {inherit pkgs;}) buildPlugin;
inherit (self.lib.${pkgs.system}) buildPlugin;
in
mkIf neovimIde {
programs = {

View file

@ -9,7 +9,7 @@
inherit (lib) mkIf;
inherit (config.vars) neovimIde;
inherit (import "${self}/lib" {inherit pkgs;}) buildPlugin;
inherit (self.lib.${pkgs.system}) buildPlugin;
in
mkIf neovimIde {
programs = {