We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
magic-nix-cache
1 parent 5a6f026 commit b9d8e2dCopy full SHA for b9d8e2d
.github/workflows/ci.yml
@@ -42,9 +42,6 @@ jobs:
42
- name: Install Nix
43
uses: DeterminateSystems/nix-installer-action@v10
44
45
- - name: Setup cache
46
- uses: DeterminateSystems/magic-nix-cache-action@main
47
-
48
- name: Build and test
49
run: |
50
NAME=$(nix eval --impure --raw --expr '(import ./constants.nix).name')-${{ matrix.ghc }}
@@ -62,9 +59,6 @@ jobs:
62
59
63
60
64
61
65
66
67
68
69
70
nix -L develop . --command echo "OK"
0 commit comments