chore(lib/introspection): add comment about upstream PRs, that allows removing features
This commit is contained in:
@@ -33,6 +33,9 @@ let
|
|||||||
attrName: prioSet:
|
attrName: prioSet:
|
||||||
let
|
let
|
||||||
# Evaluate the submodule
|
# 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;
|
options = filteredSubOptions;
|
||||||
modules = (
|
modules = (
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -167,6 +167,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# TODO(@hsjobeki): Cover this edge case
|
# TODO(@hsjobeki): Cover this edge case
|
||||||
|
# Blocked by: https://github.com/NixOS/nixpkgs/pull/390952 check back once that is merged
|
||||||
# test_freeform =
|
# test_freeform =
|
||||||
# let
|
# let
|
||||||
# evaluated = (
|
# evaluated = (
|
||||||
|
|||||||
Reference in New Issue
Block a user