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

This commit is contained in:
Kaybee 2024-09-17 19:44:20 +02:00
parent dd8b5d5211
commit d2ad1aa921

View file

@ -4,12 +4,22 @@ jobs:
build-HyperC: build-HyperC:
runs-on: docker runs-on: docker
container: container:
image: niteo/nixpkgs-nixos-unstable:9e70e9f732fbb15872cb4ea11bd43c14328a0b69 image: ghcr.io/lix-project/lix:latest
name: Build NixOS Iso name: "Check NixOS Configuration"
steps: steps:
- name: Update Nix Store - name: "Use Node.js (Workarround)"
run: | uses: actions/setup-node@v4
nix-channel --update with:
- name: Get System Info node-version: '21.x'
run: |
nix-shell -p fastfetch --run fastfetch - name: "Checkout"
uses: actions/checkout@v3
- name: "Check evaluation"
run: nix flake check --no-build --all-systems
- name: "Do linting"
run: nix run nixpkgs#statix -- check .
- name: "Check formatting"
run: nix fmt -- --fail-on-change