Fix typo in nixpkgs.nix module.

This commit is contained in:
Nicolas B. Pierron 2017-01-15 18:36:50 +00:00 committed by Nicolas B. Pierron
parent 2d6532b330
commit a0615e2a9f

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) {};
};