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.
2 parents 30e7fa7 + 5d48a15 commit a531954Copy full SHA for a531954
.github/workflows/workflow.yaml
@@ -49,8 +49,11 @@ jobs:
49
runs-on: ${{ matrix.os }}
50
steps:
51
- uses: actions/checkout@v4
52
- - uses: DeterminateSystems/nix-installer-action@main
53
- - uses: DeterminateSystems/magic-nix-cache-action@main
+ - uses: nixbuild/nix-quick-install-action@master
+ - uses: nix-community/cache-nix-action@main
54
+ with:
55
+ primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
56
+ restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
57
- name: Install Stack
58
run: |
59
nix-env --file ./nixpkgs.nix --install --attr stack
0 commit comments