This commit is contained in:
parent
2aeec898f8
commit
b15dcbaa3d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -4,12 +4,12 @@ jobs:
|
||||||
build-HyperC:
|
build-HyperC:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: nixos/nix
|
image: niteo/nixpkgs-nixos-unstable
|
||||||
name: Build NixOS Iso
|
name: Build NixOS Iso
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Update Nix Store
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
nix-store --update
|
||||||
- name: Get System Info
|
- name: Get System Info
|
||||||
run: |
|
run: |
|
||||||
nix-shell -p fastfetch --run "fastfetch"
|
nix-shell -p fastfetch --run "fastfetch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue