From b0c905d33c9ba92492fc18ac7bcaeb07497f7dbb 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 46ff075..0ad46a6 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