Skip to content

feat(pkgs): bump & rebuild #467

feat(pkgs): bump & rebuild

feat(pkgs): bump & rebuild #467

Workflow file for this run

name: "build cache"
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-15]
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 ## not shallow
filter: 'blob:none' ## but blob-less
submodules: true
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
install_url: https://releases.nixos.org/nix/nix-2.31.2/install
extra_nix_config: |
experimental-features = nix-command flakes fetch-closure configurable-impure-env
impure-env = GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
trusted-users = root runner @wheel
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
with:
name: chezbryan
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community
- run: nix config show
- run: ./build.sh --dry-run
- run: ./build.sh