Skip to content

Commit 6da4ea2

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/print-matrix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
using: 'composite'
5050
steps:
5151
- name: Install Nix
52-
uses: metacraft-labs/nixos-modules/.github/install-nix@main
52+
uses: ../install-nix
5353
with:
5454
cachix-cache: ${{ inputs.cachix-cache }}
5555
cachix-auth-token: ${{ inputs.cachix-auth-token }}

.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: ../install-nix
3131
with:
3232
cachix-cache: ${{ vars.CACHIX_CACHE }}
3333
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)