lib: move global functions to extended lib

This commit is contained in:
raf 2024-04-08 01:36:59 +03:00
commit 51e28d415a
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
4 changed files with 18 additions and 12 deletions

View file

@ -1,5 +1,7 @@
{lib}: {
types = import ./types {inherit lib;};
config = import ./config.nix {inherit lib;};
binds = import ./binds.nix {inherit lib;};
dag = import ./dag.nix {inherit lib;};
languages = import ./languages.nix {inherit lib;};