chore(lib/introspection): add comment about upstream PRs, that allows removing features
This commit is contained in:
@@ -33,6 +33,9 @@ let
|
||||
attrName: prioSet:
|
||||
let
|
||||
# Evaluate the submodule
|
||||
# Remove once: https://github.com/NixOS/nixpkgs/pull/391544 lands
|
||||
# This is currently a workaround to get the submodule options
|
||||
# It also has a certain loss of information, on nested attrsOf, which is rare, but not ideal.
|
||||
options = filteredSubOptions;
|
||||
modules = (
|
||||
[
|
||||
|
||||
@@ -167,6 +167,7 @@ in
|
||||
};
|
||||
|
||||
# TODO(@hsjobeki): Cover this edge case
|
||||
# Blocked by: https://github.com/NixOS/nixpkgs/pull/390952 check back once that is merged
|
||||
# test_freeform =
|
||||
# let
|
||||
# evaluated = (
|
||||
|
||||
Reference in New Issue
Block a user