Skip to content

Commit

Permalink
fix: runtime scaffolding now includes our ftl Hermit "tap" (#701)
Browse files Browse the repository at this point in the history
This is akin to a brew tap and is automatically updated on every FTL
release. The `@latest` channel will automatically download the newest
release every hour, if it has changed.
  • Loading branch information
alecthomas authored Dec 5, 2023
1 parent 63ecf08 commit e0a0680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go-runtime/scaffolding/bin/hermit.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sources = ["https://github.com/TBD54566975/hermit-ftl.git", "https://github.com/cashapp/hermit-packages.git"]
1 change: 1 addition & 0 deletions kotlin-runtime/scaffolding/bin/hermit.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sources = ["https://github.com/TBD54566975/hermit-ftl.git", "https://github.com/cashapp/hermit-packages.git"]

0 comments on commit e0a0680

Please sign in to comment.