We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6275c2 commit 6b77dddCopy full SHA for 6b77ddd
.github/workflows/application.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Nix
32
uses: DeterminateSystems/nix-installer-action@v10
33
- name: Run the Magic Nix Cache
34
- uses: DeterminateSystems/magic-nix-cache-action@v2
+ uses: DeterminateSystems/magic-nix-cache-action@v4
35
36
- name: Check flake format
37
run: nix develop --command nixpkgs-fmt --check flake.nix
.github/workflows/nixos.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- name: Check Nix format
run: |
0 commit comments