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 882f332 + 1f0197f commit ca35c40Copy full SHA for ca35c40
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
submodules: recursive
35
- name: Install Nix
36
- uses: DeterminateSystems/nix-installer-action@v14
+ uses: DeterminateSystems/nix-installer-action@v16
37
- name: Run the Magic Nix Cache
38
uses: DeterminateSystems/magic-nix-cache-action@v9
39
- name: Build with Nix
.github/workflows/update-flake-lock.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
21
22
23
24
- name: Check flake health
0 commit comments