Skip to content

Update cachix/cachix-action digest to 5f2d7c5 #498

Update cachix/cachix-action digest to 5f2d7c5

Update cachix/cachix-action digest to 5f2d7c5 #498

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
runs-on: dotfiles-runners
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: cachix/install-nix-action@ab739621df7a23f52766f9ccc97f38da6b7af14f # v31.10.5
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
with:
name: unstoppablemango
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix flake check --all-systems
- run: |
nix run home-manager -- build \
--flake ${{ github.workspace }}#erik@darter \
--no-out-link