From 5c27ea09e0d0d37167ac9f9e61dfd107ca359fc3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 19 Jun 2015 00:18:00 +0200 Subject: lass/modules: fix gitolite-base imports --- modules/lass/xresources.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lass/xresources.nix b/modules/lass/xresources.nix index 46ff075c..0ad46a61 100644 --- a/modules/lass/xresources.nix +++ b/modules/lass/xresources.nix @@ -12,7 +12,7 @@ with lib; let - inherit (import ../../lib { inherit lib; }) shell-escape; + inherit (import ../../lib { inherit pkgs; inherit lib; }) shell-escape; inherit (pkgs) writeScript; in -- cgit v1.2.3