We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install-nix
1 parent 63fd109 commit c38c257Copy full SHA for c38c257
.github/print-matrix/action.yml
@@ -49,7 +49,7 @@ runs:
49
using: 'composite'
50
steps:
51
- name: Install Nix
52
- uses: metacraft-labs/nixos-modules/.github/install-nix@main
+ uses: ./../install-nix
53
with:
54
cachix-cache: ${{ inputs.cachix-cache }}
55
cachix-auth-token: ${{ inputs.cachix-auth-token }}
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: self-hosted
28
29
30
+ uses: ../install-nix
31
32
cachix-cache: ${{ vars.CACHIX_CACHE }}
33
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
0 commit comments