Skip to content

Flake update and evaluation warning #574

Flake update and evaluation warning

Flake update and evaluation warning #574

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
# It broke atm
# runs-on: dotfiles-runners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
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