Updated Workflow

This commit is contained in:
Kaybee 2024-12-04 23:50:12 +01:00
parent ae5246f753
commit 1f3d10b40e
Signed by: kb01
SSH key fingerprint: SHA256:KpIuWU1rlgJQHYFSLMruNJdDr6glKfzctvPWQKVGy+E

View file

@ -1,18 +1,13 @@
on: [push, pull_request, workflow_dispatch]
jobs:
build-HyperC:
runs-on: docker
container:
image: ghcr.io/lix-project/lix:latest
test-build:
runs-on: nixos
name: "Check NixOS Configuration"
steps:
- name: "Git Clone"
run: git clone https://git.kb-one.de/kb01/aux-config .
- name: "Nix Flake Update"
run: nix flake update --experimental-features 'nix-command flakes'
- name: "Check evaluation"
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'