Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created October 5, 2022 21:48
Show Gist options
  • Save lucperkins/cb21bb386cd410af29df9f5392948c3c to your computer and use it in GitHub Desktop.
Save lucperkins/cb21bb386cd410af29df9f5392948c3c to your computer and use it in GitHub Desktop.
{
apps = {
my-linter = {
type = "app";
program = "${myLinter}/bin/my-linter";
};
my-checker = {
type = "app";
program = "${myChecker}/bin/my-checker";
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment