Skip to content

Commit 4196be3

Browse files
committed
ci: get rid of magic-nix-cache
1 parent a86df77 commit 4196be3

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
steps:
2222
- name: Install Nix
2323
uses: DeterminateSystems/nix-installer-action@main
24-
- uses: DeterminateSystems/magic-nix-cache-action@main
2524

2625
- name: Checkout
2726
uses: actions/checkout@v4
@@ -42,13 +41,13 @@ jobs:
4241
with:
4342
name: "${{ matrix.package }}"
4443
path: result/share/doc/nvf
44+
4545
flake-docs-linkcheck:
4646
name: Validate hyperlinks in documentation sources
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Install Nix
5050
uses: DeterminateSystems/nix-installer-action@main
51-
- uses: DeterminateSystems/magic-nix-cache-action@main
5251

5352
- name: Checkout
5453
uses: actions/checkout@v4

.github/workflows/check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919

2020
- name: Install Nix
2121
uses: DeterminateSystems/nix-installer-action@main
22-
- uses: DeterminateSystems/magic-nix-cache-action@main
2322

2423
- name: Check Flake
2524
run: nix flake check
@@ -33,6 +32,5 @@ jobs:
3332

3433
- name: Install Nix
3534
uses: DeterminateSystems/nix-installer-action@main
36-
- uses: DeterminateSystems/magic-nix-cache-action@main
3735

3836
- run: nix run nixpkgs#alejandra -- -c .

.github/workflows/docs-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
steps:
2727
- name: Install Nix
2828
uses: DeterminateSystems/nix-installer-action@main
29-
- uses: DeterminateSystems/magic-nix-cache-action@main
3029

3130
- name: Checkout
3231
uses: actions/checkout@v4

.github/workflows/editorconfig.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030

3131
- name: Install Nix
3232
uses: DeterminateSystems/nix-installer-action@main
33-
- uses: DeterminateSystems/magic-nix-cache-action@main
3433

3534
- name: Checking EditorConfig
3635
shell: bash

.github/workflows/manual.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v4.1.7
4747
- uses: DeterminateSystems/nix-installer-action@main
48-
- uses: DeterminateSystems/magic-nix-cache-action@main
4948
- run: |
5049
nix build .#docs -Lv
5150
cp -r result/share/doc/nvf public

0 commit comments

Comments
 (0)