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.
1 parent 77e7f8d commit 1ed82afCopy full SHA for 1ed82af
.github/actions/nix-devshell/action.yaml
@@ -6,6 +6,7 @@ runs:
6
- name: Setup Nix
7
uses: nixbuild/nix-quick-install-action@5bb6a3b3abe66fd09bbf250dce8ada94f856a703 # v30
8
9
+ # Using the cache is somehow slower, so we're not using it for now.
10
# - uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6.1.3
11
# with:
12
# # restore and save a cache using this key
0 commit comments