Skip to content

Commit

Permalink
Bump GH update-flake-lock workflow dependencies (#160)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sgillespie authored Oct 3, 2024
1 parent 54ea656 commit 02057eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
uses: DeterminateSystems/nix-installer-action@v14
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
Expand Down
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
supportedSystems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-linux"
# Currently no aarch64 linux builders
# "aarch64-linux"
"aarch64-darwin"
];
in let flake-outputs = flake-utils.lib.eachSystem supportedSystems (system:
Expand Down

0 comments on commit 02057eb

Please sign in to comment.