Updated Workflow to use Lix
Some checks failed
/ Check NixOS Configuration (push) Failing after 0s

This commit is contained in:
Kaybee 2024-09-17 20:07:25 +02:00
parent 749a6fa458
commit 2c56509835

View file

@ -7,11 +7,10 @@ jobs:
image: ghcr.io/lix-project/lix:latest image: ghcr.io/lix-project/lix:latest
name: "Check NixOS Configuration" name: "Check NixOS Configuration"
steps: steps:
- name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973" - name: "Git Clone"
run: nix-shell -p nodejs run: |
git clone https://git.kb-one.de/kb01/aux-config
- name: "Checkout" cd aux-config
uses: actions/checkout@v3
- name: "Check evaluation" - name: "Check evaluation"
run: nix flake check --no-build --all-systems run: nix flake check --no-build --all-systems