|
I am attempting to understand ./default.nix in import-tree before I incorporate it in my nix setup and have a question about the definition of boundAPI on line 162. What are the differences between the original definition of boundAPI vs these alternatives? Original: |
Answered by
vic
Nov 16, 2025
Replies: 2 comments 3 replies
g does not take a config, but an import-tree object. the difference is that a config is the accumulated state, and the import-tree object is: |
2 replies
Answer selected by
Admasnd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
g does not take a config, but an import-tree object.
the difference is that a config is the accumulated state, and the import-tree object is:
{ __config, filter, map, etc } + boundAPI