ci: replace ci.nix with build of bootstrapZip

bootstrapZip builds all derivations transitively.
This commit is contained in:
Tobias Happ 2022-09-24 14:57:14 +02:00
parent 7cea00a1c7
commit 2b88cb5957
2 changed files with 9 additions and 29 deletions

View file

@ -1,4 +1,4 @@
name: Build ci.nix and push to cachix
name: Build bootstrap packages and push to cachix
on:
pull_request:
push:
@ -21,5 +21,11 @@ jobs:
name: nix-on-droid
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: Build ci.nix
run: nix-build ci.nix
- name: Build bootstrap zip
run: |
nix \
--log-format bar-with-logs \
--option keep-going true \
--show-trace \
build .#bootstrapZip \
--impure