Fix typo in nixpkgs.nix module.

This commit is contained in:
Nicolas B. Pierron
2017-01-16 01:17:33 +01:00
committed by Nicolas B. Pierron
parent 2d6532b330
commit a0615e2a9f
+1 -1
View File
@@ -30,7 +30,7 @@ let
configType = mkOptionType {
name = "nixpkgs-config";
description = "nixpkgs config"
description = "nixpkgs config";
check = traceValIfNot isConfig;
merge = args: fold (def: mergeConfig def.value) {};
};