We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218e711 commit 7eccb72Copy full SHA for 7eccb72
.github/workflows/cachix.yml
@@ -25,7 +25,7 @@ jobs:
25
skipPush: true
26
27
- name: Build ilo
28
- run: nix-build . -A nixosConfigurations.ilo.config.system.build.toplevel --keep-going
+ run: nix-build . -A nixosConfigurations.ilo.config.system.build.toplevel
29
30
- name: Cache built derivation
31
run: realpath result | cachix push somasis
0 commit comments