This commit is contained in:
parent
ae5246f753
commit
1f3d10b40e
1 changed files with 2 additions and 7 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -1,18 +1,13 @@
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-HyperC:
|
test-build:
|
||||||
runs-on: docker
|
runs-on: nixos
|
||||||
container:
|
|
||||||
image: ghcr.io/lix-project/lix:latest
|
|
||||||
name: "Check NixOS Configuration"
|
name: "Check NixOS Configuration"
|
||||||
steps:
|
steps:
|
||||||
- name: "Git Clone"
|
- name: "Git Clone"
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
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"
|
- name: "Check evaluation"
|
||||||
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'
|
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue