Skip to content

Commit 02057eb

Browse files
authored
Bump GH update-flake-lock workflow dependencies (#160)
* Bump GH update-flake-lock workflow dependencies * nix-installer-action@v14 * update-flake-lock@24 * Remove aarch64-linux support Currently we have no aarch64-linux builders
1 parent 54ea656 commit 02057eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v2
1313
- name: Install Nix
14-
uses: DeterminateSystems/nix-installer-action@v1
14+
uses: DeterminateSystems/nix-installer-action@v14
1515
- name: Update flake.lock
16-
uses: DeterminateSystems/update-flake-lock@v19
16+
uses: DeterminateSystems/update-flake-lock@v24
1717
with:
1818
pr-title: "Update flake.lock" # Title of PR to be created
1919
pr-labels: | # Labels to be set on the PR

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
supportedSystems = [
4343
"x86_64-linux"
4444
"x86_64-darwin"
45-
"aarch64-linux"
45+
# Currently no aarch64 linux builders
46+
# "aarch64-linux"
4647
"aarch64-darwin"
4748
];
4849
in let flake-outputs = flake-utils.lib.eachSystem supportedSystems (system:

0 commit comments

Comments
 (0)