diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index d3c4c5b..71287df 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -12,10 +12,6 @@ jobs: - uses: actions/checkout@v4 - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - - name: Setup Action cache for nix - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - with: - fail-mode: true - name: Check Nix flake inputs uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action - name: Run nix fmt @@ -27,10 +23,6 @@ jobs: - uses: actions/checkout@v4 - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - - name: Setup Action cache for nix - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - with: - fail-mode: true - name: Check Nix flake inputs uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action - name: Run nix flake check diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 1bf276c..6bfba98 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -12,8 +12,6 @@ jobs: uses: actions/checkout@v4 - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - - name: Setup Action cache for nix - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - name: Update flake.lock id: update