mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 New Issue
Block a user