Created
October 5, 2022 21:48
-
-
Save lucperkins/cb21bb386cd410af29df9f5392948c3c to your computer and use it in GitHub Desktop.
Revisions
-
lucperkins revised this gist
Oct 5, 2022 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ { apps = { my-linter = { type = "app"; program = "${myLinter}/bin/my-linter"; }; my-checker = { type = "app"; program = "${myChecker}/bin/my-checker"; }; }; } -
lucperkins created this gist
Oct 5, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ { apps = { my-linter = { type = "app"; program = "${myLinter}/bin/my-linter"; }; my-checker = { type = "app"; program = "${myChecker}/bin/my-checker"; }; }; }