aux-config/.github/workflows/build.yml
kB01 e8c9077a26
Some checks failed
/ Check Nix Flake (push) Failing after 1m24s
Updated Workflow
2024-12-05 00:10:47 +01:00

12 lines
326 B
YAML

on: [push, pull_request, workflow_dispatch]
jobs:
flake-check:
runs-on: nixos
name: "Check Nix Flake"
steps:
- name: "Git Clone"
run: git clone https://git.kb-one.de/kb01/aux-config .
- name: "Check Nix Flake"
run: nix flake check --extra-experimental-features 'nix-command flakes'