Skip to content

Build bootstrap packages and push to cachix #662

Build bootstrap packages and push to cachix

Build bootstrap packages and push to cachix #662

Workflow file for this run

name: Build bootstrap packages and push to cachix
on:
pull_request:
push:
schedule:
- cron: 0 0 * * 1
jobs:
cachix:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v20
- name: Setup cachix
uses: cachix/cachix-action@v12
with:
name: nix-on-droid
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: Build bootstrap zip
run: |
nix \
--log-format bar-with-logs \
--option keep-going true \
--show-trace \
build .#bootstrapZip \
--impure