From 7b679af78d7d8a86b7b3129016d404fb62a2ecde Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 26 Nov 2012 04:43:44 +0100 Subject: 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 --- common.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'common.nix') 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 -- cgit 1.4.1