mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-09 12:57:26 -05:00
Add nix-community cache to GH Actions
This commit is contained in:
2
.github/workflows/check-build.yml
vendored
2
.github/workflows/check-build.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
# Nix Flakes doesn't work on shallow clones
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
name: nix-community
|
||||
- name: Retrieve /nix/store archive
|
||||
uses: actions/cache@v3
|
||||
id: cache-nix-store
|
||||
|
4
.github/workflows/update-dependencies.yml
vendored
4
.github/workflows/update-dependencies.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
# Nix Flakes doesn't work on shallow clones
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
name: nix-community
|
||||
- name: Create PRs for dependencies
|
||||
env:
|
||||
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@ -42,6 +44,8 @@ jobs:
|
||||
# Nix Flakes doesn't work on shallow clones
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
name: nix-community
|
||||
- name: Run test_dep_update
|
||||
env:
|
||||
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user