Skip to content

Commit 0b4bfda

Browse files
authored
Merge branch 'main' into lix-installer
2 parents a28c384 + 8c0cbb3 commit 0b4bfda

4 files changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- macos-latest
1616
- ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: "Install Lix️"
2121
uses: samueldr/lix-gha-installer-action@v2025-10-27

.github/workflows/update-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Install Lix
1414
uses: samueldr/lix-gha-installer-action@v2025-10-27
1515
- uses: tibdex/github-app-token@v2
@@ -18,6 +18,6 @@ jobs:
1818
app_id: 207424
1919
private_key: ${{ secrets.STEWARD_PRIVATE_KEY }}
2020
- name: Update flake.lock
21-
uses: DeterminateSystems/update-flake-lock@v24
21+
uses: DeterminateSystems/update-flake-lock@v28
2222
with:
2323
token: ${{ steps.generate-token.outputs.token }}

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ typelevelShell = {
171171
}
172172
```
173173

174-
### Is there a binary cache?
175-
176-
Yes. We are publishing to [typelevel.cachix.org] for Linux and MacOS, though the heavy things are mostly in nixpkgs.
177-
178174
[sbt]: https://www.scala-sbt.org/
179175
[Scala CLR]: https://www.scala-lang.org/old/sites/default/files/pdfs/PreviewScalaNET.pdf
180176
[Scala.js]: https://www.scala-js.org/
@@ -186,4 +182,3 @@ Yes. We are publishing to [typelevel.cachix.org] for Linux and MacOS, though th
186182
[direnv]: https://direnv.net/
187183
[Laika]: https://planet42.github.io/Laika/
188184
[bundix]: https://github.com/nix-community/bundix
189-
[typelevel.cachix.org]: https://app.cachix.org/cache/typelevel#pull

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)