diff options
| author | seth <[email protected]> | 2023-09-03 15:07:48 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-03 15:18:59 -0400 |
| commit | 1fb6e8fc465e89347d4a14b8a2e36d2380b059bf (patch) | |
| tree | b152187a1899bad42adb1edb78eb53edaa53508d /.github/workflows | |
| parent | 4507d98a8bb2da8fc9f1cbdc371ba8eaef2ae949 (diff) | |
actions: use determinate systems' nix installer
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/audit.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 96b7645..b7c12a0 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - uses: DeterminateSystems/nix-installer-action@main - name: run audit run: | diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 8fcef3b..95ff49f 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/update-flake-lock@v20 id: update |
