modules/lass: fix xresources lib import
This commit is contained in:
parent
cb70769a04
commit
125606e069
@ -12,7 +12,7 @@ with lib;
|
||||
|
||||
let
|
||||
|
||||
inherit (import ../../lib { inherit pkgs; }) shell-escape;
|
||||
inherit (import ../../lib { inherit lib; }) shell-escape;
|
||||
inherit (pkgs) writeScript;
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user