forked from mirrors/nixpkgs
Fix typo in nixpkgs.nix module.
This commit is contained in:
parent
2d6532b330
commit
a0615e2a9f
|
@ -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) {};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue