about summary refs log tree commit diff
path: root/modules/user/aszlig/programs/gajim/config.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-29 05:54:15 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-29 05:54:15 +0200
commit4d1787da3fa6bacc8a187fad8a01414011ea1f34 (patch)
tree9e7a40c19b402698463fcaef2bc80734fec8f4a4 /modules/user/aszlig/programs/gajim/config.nix
parentbc5298478e46db03d0c6cc5c05c694fe442ee868 (diff)
modules/gajim: Get rid of <nixpkgs>.
We want to ensure that we possibly have only *one* point where we decide
on the path of nixpkgs, so it's easier to switch.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user/aszlig/programs/gajim/config.nix')
-rw-r--r--modules/user/aszlig/programs/gajim/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/programs/gajim/config.nix b/modules/user/aszlig/programs/gajim/config.nix
index e9ed1100..86c4fef1 100644
--- a/modules/user/aszlig/programs/gajim/config.nix
+++ b/modules/user/aszlig/programs/gajim/config.nix
@@ -1,4 +1,4 @@
-with (import <nixpkgs> {}).lib;
+lib: with lib;
 
 let
   mkConfig = let