Skip to content

romeo: Auto upgrade system #190

romeo: Auto upgrade system

romeo: Auto upgrade system #190

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