about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-05-25 12:49:31 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-05-25 12:49:31 +0200
commit6985efe0d264aae2935cefc7ca23994f36ce28c6 (patch)
treec9952d94eda038cb1c345f6a9672e1136fb0ea6c /overrides
parent28a49801c8bcaa4a4092e12496aa0c6a3b015467 (diff)
gajim: Convert gajim.config into a Nix attrset.
This should bring us to the point where it's easy to kill off some repetition in
the config file by defining functions for those repetitive values.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'overrides')
-rw-r--r--overrides/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/overrides/default.nix b/overrides/default.nix
index cf6be1b3..072c40a9 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -53,7 +53,8 @@ let
 
   gajimPatch = everything.substituteAll {
     src = ./gajim/config.patch;
-    nix_config = ../cfgfiles/gajim.config;
+    nix_config = everything.writeText "gajim.config"
+      (import ../cfgfiles/gajim.nix);
   };
 
   # derivation overrides