Skip to content

Commit 1c2678e

Browse files
committed
config(.github/ci): Use relative path for the install-nix job
1 parent 63fd109 commit 1c2678e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: self-hosted
2828
steps:
2929
- name: Install Nix
30-
uses: metacraft-labs/nixos-modules/.github/install-nix@main
30+
uses: ./.github/install-nix
3131
with:
3232
cachix-cache: ${{ vars.CACHIX_CACHE }}
3333
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)