Skip to content

feat: Initial commit #1

feat: Initial commit

feat: Initial commit #1

Workflow file for this run

name: Validate Nix Flake
on:
workflow_dispatch:
push:
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Lix
uses: DeterminateSystems/nix-installer-action@main
with:
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
logger: pretty
- name: Nix Magic Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Flake
run: nix flake check