Thanks to visit codestin.com Credit goes to github.com
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 5ae320e commit ce6aacdCopy full SHA for ce6aacd
.github/workflows/dogfood.yaml
@@ -36,6 +36,10 @@ jobs:
36
37
- name: Setup Nix
38
uses: nixbuild/nix-quick-install-action@889f3180bb5f064ee9e3201428d04ae9e41d54ad # v31
39
+ with:
40
+ # Pinning to 2.28 here, as Nix gets a "error: [json.exception.type_error.302] type must be array, but is string"
41
+ # on version 2.29 and above.
42
+ nix_version: "2.28.4"
43
44
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6.1.3
45
with:
0 commit comments