mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
awesome: fix missing concatenation
This commit is contained in:
committed by
Robert Helgesson
parent
26342588ab
commit
f9ac73732b
@@ -9,7 +9,7 @@ let
|
||||
getLuaPath = lib: dir: "${lib}/${dir}/lua/${pkgs.luaPackages.lua.luaversion}";
|
||||
makeSearchPath = lib.concatMapStrings (path:
|
||||
" --search ${getLuaPath path "share"}"
|
||||
" --search ${getLuaPath path "lib"}"
|
||||
+ " --search ${getLuaPath path "lib"}"
|
||||
);
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user