This commit is contained in:
parent
dd8b5d5211
commit
d2ad1aa921
1 changed files with 18 additions and 8 deletions
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue