Trying to make it reproducible

This commit is contained in:
Alexey Lebedeff 2018-09-27 12:23:46 +02:00 committed by GitHub
parent 33a2943e8c
commit 3248b2c68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ let
lib = pkgs.lib;
# Remove invisible and internal options.
optionsListVisible = lib.filter (opt: opt.visible && !opt.internal) (lib.optionAttrSetToDocList options);
optionsListVisible = lib.filter (opt: opt.visible && !opt.internal && opt.name != "lib") (lib.optionAttrSetToDocList options);
# Replace functions by the string <function>
substFunction = x: