Skip to content

Commit 2320349

Browse files
authored
Merge pull request #46 from jwillikers/update
Update
2 parents a813d68 + 70d89fb commit 2320349

12 files changed

+1
-62
lines changed

.github/workflows/build-attiny85.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: DeterminateSystems/nix-installer-action@v17
40-
- uses: DeterminateSystems/magic-nix-cache-action@v9
4140
- name: Build
4241
run: nix build .#attiny85
4342
- name: Upload firmware

.github/workflows/build-pico.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: DeterminateSystems/nix-installer-action@v17
42-
- uses: DeterminateSystems/magic-nix-cache-action@v9
4342
- name: Build
4443
run: nix build .#pico
4544
- name: Generate UF2

.github/workflows/build-qt-py-ch32v203.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: DeterminateSystems/nix-installer-action@v17
42-
- uses: DeterminateSystems/magic-nix-cache-action@v9
4342
- name: Build
4443
run: nix build .#qt-py-ch32v203
4544
- name: Upload firmware

.github/workflows/cargo-lock-updater.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: DeterminateSystems/nix-installer-action@v17
19-
- uses: DeterminateSystems/magic-nix-cache-action@v9
2019
- name: Update ATtiny85 Cargo lock file
2120
run: nix develop .#attiny85 --command 'cd boards/attiny85 && cargo update'
2221
- name: Update Pico Cargo lock file

.github/workflows/clippy-attiny85.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
- uses: DeterminateSystems/nix-installer-action@v17
38-
- uses: DeterminateSystems/magic-nix-cache-action@v9

.github/workflows/flake-lock-updater.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- uses: DeterminateSystems/nix-installer-action@v17
18-
- uses: DeterminateSystems/magic-nix-cache-action@v9
1918
- uses: DeterminateSystems/update-flake-lock@v25
2019
with:
2120
pr-assignees: ${{ github.repository_owner }}

.github/workflows/link-checker.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/treefmt.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- uses: DeterminateSystems/nix-installer-action@v17
39-
- uses: DeterminateSystems/magic-nix-cache-action@v9
4039
- name: Run treefmt
4140
run: nix develop --command treefmt --ci
4241
- uses: reviewdog/action-suggester@v1

.github/workflows/update-nix-direnv.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: DeterminateSystems/nix-installer-action@v17
18-
- uses: DeterminateSystems/magic-nix-cache-action@v9
1918
- name: Update nix-direnv to the latest version
2019
run: nix run .#update-nix-direnv
2120
- name: Create Pull Request

.github/workflows/update-nixos-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: DeterminateSystems/nix-installer-action@v17
18-
- uses: DeterminateSystems/magic-nix-cache-action@v9
1918
- name: Update the NixOS release in flake.nix to the latest
2019
run: |
2120
nix run .#update-nixos-release

0 commit comments

Comments
 (0)