Remove Nix caching that can't work due to /nix/store permissions
This commit is contained in:
		| @ -28,16 +28,6 @@ jobs: | |||||||
|           restore-keys: | |           restore-keys: | | ||||||
|             cabal- |             cabal- | ||||||
|  |  | ||||||
|       - name: Set up cache for Nix |  | ||||||
|         uses: actions/cache@v4 |  | ||||||
|         with: |  | ||||||
|           path: | |  | ||||||
|             /nix/store |  | ||||||
|             /nix/var/nix/cache |  | ||||||
|           key: nix-${{ hashFiles('flake.lock') }} |  | ||||||
|           restore-keys: | |  | ||||||
|             nix- |  | ||||||
|  |  | ||||||
|       - name: Initialize Cabal and update package list |       - name: Initialize Cabal and update package list | ||||||
|         run: | |         run: | | ||||||
|           nix develop --command cabal update |           nix develop --command cabal update | ||||||
| @ -58,16 +48,6 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|  |  | ||||||
|       - name: Set up cache for Nix |  | ||||||
|         uses: actions/cache@v4 |  | ||||||
|         with: |  | ||||||
|           path: | |  | ||||||
|             /nix/store |  | ||||||
|             /nix/var/nix/cache |  | ||||||
|           key: nix-${{ hashFiles('flake.lock') }} |  | ||||||
|           restore-keys: | |  | ||||||
|             nix- |  | ||||||
|    |  | ||||||
|       - name: Build and shrink binary |       - name: Build and shrink binary | ||||||
|         run: | |         run: | | ||||||
|           nix build |           nix build | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 James Eversole
						James Eversole