about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-11-26 04:43:44 +0100
committeraszlig <aszlig@redmoonstudios.org>2012-11-26 04:43:44 +0100
commit7b679af78d7d8a86b7b3129016d404fb62a2ecde (patch)
tree1bac932bbd08d59df5749ad5e87354b1d73660e6 /common.nix
parent11fa9effaefd9b51ecf6356670158a8a61b3731a (diff)
Add nixpkgs/config.nix to common.nix.
This finally results in a consistent nixpkgs configuration among all machines
and regardless of system env and user env.

The config.git expression is no longer needed, as I'm using gitFull anyway.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/common.nix b/common.nix
index 8f856c0f..6064a022 100644
--- a/common.nix
+++ b/common.nix
@@ -128,14 +128,7 @@
     cacert
   ];
 
-  nixpkgs = {
-    config = {
-      git = {
-        svnSupport = true;
-        guiSupport = true;
-      };
-    };
-  };
+  nixpkgs.config = import ./nixpkgs/config.nix;
 
   system.fsPackages = with pkgs; [
     sshfsFuse