Skip to content

flamingo: Let's test cachyos kernel (part 2) #181

flamingo: Let's test cachyos kernel (part 2)

flamingo: Let's test cachyos kernel (part 2) #181

Workflow file for this run

name: Build NixOS
on:
push
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: false
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Install Cachix
uses: cachix/cachix-action@v15
with:
name: elxreno
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build NixOS for INFINITY
run: nix build -L --no-link .#nixosConfigurations.INFINITY.config.system.build.toplevel