Skip to content

Commit 41d4507

Browse files
committed
ci(nix): use setup-nix action for flake update workflow
1 parent c0e3705 commit 41d4507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20-
- name: Install Nix
21-
uses: DeterminateSystems/nix-installer-action@main
20+
- name: Setup Nix
21+
uses: ./.github/actions/setup-nix
2222

2323
- name: Update flake.lock
2424
run: nix flake update

0 commit comments

Comments
 (0)