mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
Misunderstood hasOptions, I think
This commit is contained in:
parent
ce6d4070a6
commit
95679e1344
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ rec {
|
||||||
args: elemType.iter f path (v args);
|
args: elemType.iter f path (v args);
|
||||||
fold = op: nul: v:
|
fold = op: nul: v:
|
||||||
args: elemType.fold op nul (v args);
|
args: elemType.fold op nul (v args);
|
||||||
inherit (elemType) hasOptions delayOnGlobalEval;
|
inherit (elemType) delayOnGlobalEval;
|
||||||
|
hasOptions = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# !!! this should be a type constructor that takes the options as
|
# !!! this should be a type constructor that takes the options as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue