mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +00:00
wrapper-manager-fds/lib: add more functions into top-level
This commit is contained in:
parent
90a9702169
commit
4916eee048
@ -25,7 +25,7 @@ pkgs.lib.makeExtensible (
|
|||||||
modules = callLibs ./modules.nix;
|
modules = callLibs ./modules.nix;
|
||||||
|
|
||||||
inherit (self.env) build eval;
|
inherit (self.env) build eval;
|
||||||
inherit (self.utils) getBin getLibexec;
|
inherit (self.utils) getBin getLibexec getXdgDataDirs getXdgConfigDirs;
|
||||||
inherit (self.modules) makeWraparound;
|
inherit (self.modules) makeWraparound;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user