Skip to content

Commit 2efc9a9

Browse files
committed
Remove obsolete CI cruft
1 parent 919064d commit 2efc9a9

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v5
1818

19-
# - name: Cache Nix downloads
20-
# id: nix-store-cache
21-
# uses: actions/cache@v3
22-
# with:
23-
# path: /tmp/nix-cache
24-
# key: nix-store-${{ hashFiles('flake.nix', 'flake.lock', 'shell.nix') }}
25-
26-
# - name: Restore Nix downloads cache
27-
# if: steps.nix-store-cache.outputs.cache-hit == 'true'
28-
# run: |
29-
# sudo rm -rf /nix
30-
# sudo mv /tmp/nix-cache /nix
31-
# sudo chown -R root /nix
32-
3319
- name: Cache Nodejs downloads
3420
uses: actions/cache@v4
3521
with:
@@ -78,9 +64,3 @@ jobs:
7864
with:
7965
github_token: ${{ secrets.GITHUB_TOKEN }}
8066
force_orphan: true
81-
82-
# - name: Copy Nix store to cachable location
83-
# if: steps.nix-store-cache.outputs.cache-hit != 'true'
84-
# run: |
85-
# sudo rm -rf /nix/var/nix/{{gc,daemon}-socket/socket,userpool,gc.lock,db/{big-lock,reserved}} ||:
86-
# cp -r --preserve=timestamps /nix /tmp/nix-cache ||:

0 commit comments

Comments
 (0)