mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 01:25:56 -05:00
github: add ci for aly@petalburg
This commit is contained in:
parent
0bb8373d3b
commit
dfe415ac32
16
.github/workflows/nix-build.yml
vendored
16
.github/workflows/nix-build.yml
vendored
|
@ -131,3 +131,19 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Build slateport
|
||||
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
|
Loading…
Reference in a new issue