We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e3705 commit 41d4507Copy full SHA for 41d4507
1 file changed
.github/workflows/nix-flake-update.yaml
@@ -17,8 +17,8 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
20
- - name: Install Nix
21
- uses: DeterminateSystems/nix-installer-action@main
+ - name: Setup Nix
+ uses: ./.github/actions/setup-nix
22
23
- name: Update flake.lock
24
run: nix flake update
0 commit comments