aux-config/.github/workflows/build.yml

13 lines
326 B
YAML
Raw Normal View History

on: [push, pull_request, workflow_dispatch]
jobs:
flake-check:
2024-12-04 23:50:12 +01:00
runs-on: nixos
name: "Check Nix Flake"
steps:
2024-09-17 20:07:25 +02:00
- name: "Git Clone"
2024-09-17 20:21:37 +02:00
run: git clone https://git.kb-one.de/kb01/aux-config .
2024-09-17 19:44:20 +02:00
- name: "Check Nix Flake"
2024-12-05 00:10:47 +01:00
run: nix flake check --extra-experimental-features 'nix-command flakes'