awesome: fix missing concatenation
This commit is contained in:
parent
29191eb2c7
commit
7b0c05d67e
|
@ -8,7 +8,7 @@ let
|
|||
awesome = cfg.package;
|
||||
getLuaPath = lib: dir: "${lib}/${dir}/lua/${pkgs.luaPackages.lua.luaversion}";
|
||||
makeSearchPath = lib.concatMapStrings (path:
|
||||
" --search ${getLuaPath path "share"}"
|
||||
" --search ${getLuaPath path "share"}" +
|
||||
" --search ${getLuaPath path "lib"}"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue