Skip to content

You can't see it, but I'm making a very angry face right now #23

You can't see it, but I'm making a very angry face right now

You can't see it, but I'm making a very angry face right now #23

Workflow file for this run

name: "cachix"
on:
pull_request:
push:
jobs:
cachix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: nicpkgs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#everything
- run: nix build .#packagesCross.x86_64-linux.aarch64-multiplatform.everything