summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/lass/xresources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lass/xresources.nix b/modules/lass/xresources.nix
index 1b85830c..46ff075c 100644
--- a/modules/lass/xresources.nix
+++ b/modules/lass/xresources.nix
@@ -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