From 4916eee0482da9866959668bf1e88dce6f96696a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 21 Sep 2024 19:22:10 +0800 Subject: [PATCH] wrapper-manager-fds/lib: add more functions into top-level --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index cd6efcd..6638733 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -25,7 +25,7 @@ pkgs.lib.makeExtensible ( modules = callLibs ./modules.nix; inherit (self.env) build eval; - inherit (self.utils) getBin getLibexec; + inherit (self.utils) getBin getLibexec getXdgDataDirs getXdgConfigDirs; inherit (self.modules) makeWraparound; } )