Skip to content

Instantly share code, notes, and snippets.

@tvolkert
Created February 20, 2018 00:29
Show Gist options
  • Save tvolkert/a690154e3961ba4f99b4caeec8db498d to your computer and use it in GitHub Desktop.
Save tvolkert/a690154e3961ba4f99b4caeec8db498d to your computer and use it in GitHub Desktop.
my_rule = rule(
implementation = _my_rule_impl,
outputs = {
"dir": declared_output(
"%{name}.dir",
type="directory",
),
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment