We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2f5ab commit 1060f46Copy full SHA for 1060f46
.github/workflows/nix-flake.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- uses: DeterminateSystems/nix-installer-action@main
21
- - uses: DeterminateSystems/magic-nix-cache-action@main
+ - uses: DeterminateSystems/flakehub-cache-action@main
22
- name: "Check `nix develop` shell can open"
23
run: nix develop --command "echo"
24
# this Flake has no build target
0 commit comments