Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
b01ea76d5e Update DeterminateSystems/magic-nix-cache-action action to v8
All checks were successful
Nix Build / build-nixos (push) Successful in 5m48s
Nix Build / build-nixos (pull_request) Successful in 6m11s
2024-09-11 00:01:30 +00:00

View File

@ -15,13 +15,13 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: DeterminateSystems/nix-installer-action@v14 uses: DeterminateSystems/nix-installer-action@v13
with: with:
github-token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} github-token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
extra_nix_config: | extra_nix_config: |
experimental-features = nix-command flakes experimental-features = nix-command flakes
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24 uses: DeterminateSystems/update-flake-lock@v23
with: with:
token: ${{ secrets.GT_TOKEN_FOR_UPDATES }} token: ${{ secrets.GT_TOKEN_FOR_UPDATES }}
pr-title: "[chore] Update flake.lock" pr-title: "[chore] Update flake.lock"