refactor: expose custom libs through self flake

This commit is contained in:
matt1432 2024-11-20 16:13:12 -05:00
parent 838df34dfb
commit a5fdb3e5d4
8 changed files with 18 additions and 23 deletions
nixosModules/ags

View file

@ -86,7 +86,7 @@ in {
file = let
inherit
(import "${self}/lib" {inherit pkgs self;})
(self.lib.${pkgs.system})
buildNodeModules
buildGirTypes
;