chore(lib/introspection): add comment about upstream PRs, that allows removing features

This commit is contained in:
Johannes Kirschbauer
2025-04-02 12:38:28 +02:00
parent 1aaa328e1b
commit 8a1584b145
2 changed files with 4 additions and 0 deletions

View File

@@ -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 = (
[ [

View File

@@ -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 = (