From 6985efe0d264aae2935cefc7ca23994f36ce28c6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 25 May 2013 12:49:31 +0200 Subject: 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 --- overrides/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'overrides') 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 -- cgit 1.4.1