diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 08:05:34 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 08:05:34 -0800 |
| commit | b03affc91fd49c8030638774303b3e9150f3a43d (patch) | |
| tree | 4001ecf3d5ae4b2c66cbd6e55bce5e8ad751e53d | |
| parent | use a supported git branch for nixpkgs (diff) | |
| download | fcuny.net-b03affc91fd49c8030638774303b3e9150f3a43d.tar.gz | |
don't use nix cache
| -rw-r--r-- | .github/workflows/page.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index 9dc680a..7ce1486 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -21,7 +21,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v8 - name: ❄️ nix check run: nix flake check - name: ❄️ nix fmt |
