-
-
Save danderson/fb7ee9ca3a814413cfae9f86d595cb4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config = { | |
# Inject the flakes parameter into the container's evaluation | |
# environment. Because of the way declarative containers work, | |
# they don't get evaluated with the full module context of their | |
# parent, and don't provide a handy place to inject | |
# this. Fortunately, doing the obvious thing of "smash the value | |
# into the module by hand" seems to work correctly, muahahah. | |
_module.args.flakes = flakes; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment