diff options
| author | seth <[email protected]> | 2023-11-13 01:04:12 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-13 01:04:12 -0500 |
| commit | 13b5f40e944d707f7414c8f295e6f20273f99182 (patch) | |
| tree | 7aba02beb122de6d9ed60ef4e8d4f64b67159f6b /.github/workflows/update-lock.yaml | |
| parent | d7c791c1c789ac284c504742c5a301076014e1f4 (diff) | |
actions: use nixbuild/nix-quick-install-action
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index b922394..e735b81 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -6,17 +6,19 @@ on: - cron: "0 0 * * 6" workflow_dispatch: -permissions: - contents: write - pull-requests: write - jobs: update: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main + + - name: install nix + uses: nixbuild/nix-quick-install-action@v26 - name: update lockfile uses: DeterminateSystems/update-flake-lock@v20 |
