Skip to content

Add noctalia (with blur) to niri (very-refactor branch) #49

Add noctalia (with blur) to niri (very-refactor branch)

Add noctalia (with blur) to niri (very-refactor branch) #49

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- update_flake_lock_action
jobs:
nixos_dry_build:
runs-on: ubuntu-latest
strategy:
matrix:
host:
- doosje
- superlaptop
- koekie
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Dry build nixos configurations
run: nix build --dry-run .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel