2024-07-15 09:16:36 -04:00
|
|
|
name: "nix-build"
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths-ignore:
|
2024-07-20 19:41:51 -04:00
|
|
|
- '**/*.md'
|
2024-07-15 09:16:36 -04:00
|
|
|
- '.github/**'
|
|
|
|
- '_img/**'
|
|
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
2024-10-19 14:43:33 -04:00
|
|
|
adjustor-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- 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 default package
|
|
|
|
run: nix build --accept-flake-config .#packages.x86_64-linux.adjustor
|
|
|
|
clean-install-build:
|
2024-07-15 09:16:36 -04:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- 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 default package
|
2024-10-19 14:43:33 -04:00
|
|
|
run: nix build --accept-flake-config .#packages.x86_64-linux.clean-install
|
2024-10-19 15:25:56 -04:00
|
|
|
hhd-ui-build:
|
2024-10-19 14:43:33 -04:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- 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 default package
|
|
|
|
run: nix build --accept-flake-config .#packages.x86_64-linux.hhd-ui
|
2024-10-19 15:25:56 -04:00
|
|
|
rofi-bluetooth-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- 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 default package
|
|
|
|
run: nix build --accept-flake-config .#packages.x86_64-linux.rofi-bluetooth
|
2024-07-15 09:16:36 -04:00
|
|
|
fallarbor-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-07-15 09:30:27 -04:00
|
|
|
- name: Free Disk Space (Ubuntu)
|
|
|
|
uses: jlumbroso/free-disk-space@main
|
2024-07-15 09:16:36 -04:00
|
|
|
- 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 fallarbor
|
|
|
|
run: nix build --accept-flake-config .#nixosConfigurations.fallarbor.config.system.build.toplevel
|
|
|
|
lavaridge-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-07-15 09:30:27 -04:00
|
|
|
- name: Free Disk Space (Ubuntu)
|
|
|
|
uses: jlumbroso/free-disk-space@main
|
2024-07-15 09:16:36 -04:00
|
|
|
- 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 lavaridge
|
|
|
|
run: nix build --accept-flake-config .#nixosConfigurations.lavaridge.config.system.build.toplevel
|
|
|
|
mauville-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-07-15 09:30:27 -04:00
|
|
|
- name: Free Disk Space (Ubuntu)
|
|
|
|
uses: jlumbroso/free-disk-space@main
|
2024-07-15 09:16:36 -04:00
|
|
|
- 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 mauville
|
|
|
|
run: nix build --accept-flake-config .#nixosConfigurations.mauville.config.system.build.toplevel
|
2024-10-14 23:53:48 -04:00
|
|
|
pacifidlog-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 pacifidlog
|
|
|
|
run: nix build --accept-flake-config .#nixosConfigurations.pacifidlog.config.system.build.toplevel
|
2024-07-15 09:16:36 -04:00
|
|
|
rustboro-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-07-15 09:30:27 -04:00
|
|
|
- name: Free Disk Space (Ubuntu)
|
|
|
|
uses: jlumbroso/free-disk-space@main
|
2024-07-15 09:16:36 -04:00
|
|
|
- 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 rustboro
|
2024-08-22 06:21:00 -04:00
|
|
|
run: nix build --accept-flake-config .#nixosConfigurations.rustboro.config.system.build.toplevel
|
|
|
|
slateport-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 .#nixosConfigurations.slateport.config.system.build.toplevel
|