Fix typo in nixpkgs.nix module.
This commit is contained in:
parent
2d6532b330
commit
a0615e2a9f
@ -30,7 +30,7 @@ let
|
|||||||
|
|
||||||
configType = mkOptionType {
|
configType = mkOptionType {
|
||||||
name = "nixpkgs-config";
|
name = "nixpkgs-config";
|
||||||
description = "nixpkgs config"
|
description = "nixpkgs config";
|
||||||
check = traceValIfNot isConfig;
|
check = traceValIfNot isConfig;
|
||||||
merge = args: fold (def: mergeConfig def.value) {};
|
merge = args: fold (def: mergeConfig def.value) {};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user