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 c6788ae commit cea7b2eCopy full SHA for cea7b2e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
persist-credentials: false
16
- name: Install Nix
17
- uses: DeterminateSystems/nix-installer-action@v19
+ uses: DeterminateSystems/nix-installer-action@v20
18
- name: Run checks
19
run: |
20
nix flake check --print-build-logs --show-trace
.github/workflows/update-flake.yml
@@ -17,7 +17,7 @@ jobs:
21
- name: Update flake.lock
22
id: update
23
uses: DeterminateSystems/update-flake-lock@v27
0 commit comments