mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Updated Workflow to use Lix
This commit is contained in:
parent
749a6fa458
commit
2c56509835
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -7,11 +7,10 @@ jobs:
|
|||
image: ghcr.io/lix-project/lix:latest
|
||||
name: "Check NixOS Configuration"
|
||||
steps:
|
||||
- name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973"
|
||||
run: nix-shell -p nodejs
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
- name: "Git Clone"
|
||||
run: |
|
||||
git clone https://git.kb-one.de/kb01/aux-config
|
||||
cd aux-config
|
||||
|
||||
- name: "Check evaluation"
|
||||
run: nix flake check --no-build --all-systems
|
||||
|
|
|
|||
Loading…
Reference in a new issue