Skip to content

.github/workflows: use a disk space free action #3

.github/workflows: use a disk space free action

.github/workflows: use a disk space free action #3

Workflow file for this run

name: Build NixOS Configurations
on:
workflow_dispatch:
push:
branches:
- staging
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (preempt)
uses: jlumbroso/[email protected]
with:
tool-cache: true
- name: Build Configurations
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
allow-import-from-derivation = false
eval-cache = false
- run: nix flake check
- run: nix build '.#nixosConfigurations.LAPTOP-3DT4F02.config.system.build.toplevel'
- run: nix build '.#nixosConfigurations.DESKTOP-3DT4F02.config.system.build.toplevel'
- run: nix build '.#nixosConfigurations.ISO-3DT4F02.config.system.build.isoImage'