Skip to content

WIP: try Nix 2.17.1 #726

WIP: try Nix 2.17.1

WIP: try Nix 2.17.1 #726

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@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Setup cachix
uses: cachix/cachix-action@v14
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