summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index de120c0..4e2e48d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -53,10 +53,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
-
- - name: Setup Nix cache
- uses: DeterminateSystems/magic-nix-cache-action@v8
+ uses: cachix/install-nix-action@v31
- name: Run build
run: nix build --print-build-logs --show-trace
@@ -71,11 +68,11 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: cachix/install-nix-action@v31
- name: Run check
run: |
- nix fmt -- --fail-on-change
+ find . -type f -name '*.nix' -exec nix fmt -- --fail-on-change {} +
release-gate:
name: CI Release gate