We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d98e44 commit 27fe4bbCopy full SHA for 27fe4bb
2 files changed
.github/workflows/deploy.yml
@@ -32,9 +32,6 @@ jobs:
32
- name: Install Nix
33
uses: DeterminateSystems/nix-installer-action@main
34
35
- - name: Cache Nix store
36
- uses: DeterminateSystems/magic-nix-cache-action@main
37
-
38
- name: Build via Nix
39
run: nix build
40
.github/workflows/test.yml
@@ -19,9 +19,6 @@ jobs:
19
20
21
22
23
24
25
- name: Check for flake configurations
26
run: nix flake check --all-systems --show-trace
27
0 commit comments