From 2c56509835ca71c9b653a112eea92313314b58b0 Mon Sep 17 00:00:00 2001 From: kB01 Date: Tue, 17 Sep 2024 20:07:25 +0200 Subject: [PATCH] Updated Workflow to use Lix --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ad8861..4e71f56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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