Skip to content

[automation] Update flake #692

[automation] Update flake

[automation] Update flake #692

Workflow file for this run

name: Build
on:
push:
branches: ['master']
paths:
- 'flake.lock'
- 'home/programs/nvim/plugins.nix'
- '.github/workflows/build.yml'
jobs:
build-apple-system:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: samueldr/lix-gha-installer-action@latest
- uses: ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Pallas
run: nix build '.#darwinConfigurations.Pallas.config.system.build.toplevel'
- name: Build Styx
run: nix build '.#darwinConfigurations.Styx.config.system.build.toplevel'