Skip to content

feat(distro/nix/niri): add a hack for config includes with niri flake #53

feat(distro/nix/niri): add a hack for config includes with niri flake

feat(distro/nix/niri): add a hack for config includes with niri flake #53

Workflow file for this run

name: Check nix flake
on:
pull_request:
branches: [master, main]
paths:
- "flake.*"
- "distro/nix/**"
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Check the flake
run: nix flake check