github: add ci for aly@petalburg

This commit is contained in:
Aly Raffauf 2024-12-15 13:45:50 -05:00
parent 0bb8373d3b
commit dfe415ac32

View file

@ -130,4 +130,20 @@ jobs:
name: alyraffauf name: alyraffauf
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build slateport - name: Build slateport
run: nix build --accept-flake-config .#nixosConfigurations.slateport.config.system.build.toplevel run: nix build --accept-flake-config .#nixosConfigurations.slateport.config.system.build.toplevel
aly_petalburg-build:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@master
with:
name: alyraffauf
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build slateport
run: nix build --accept-flake-config .#homeConfigurations."aly@petalburg".activationPackage