Added Pipeline
All checks were successful
/ Check Nix Flake (push) Successful in 1m44s

This commit is contained in:
Kaybee 2025-05-13 00:53:49 +02:00
parent 545f4f4e38
commit 521a7915da
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k

12
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,12 @@
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'