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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: nixos/nix
|
||||
image: niteo/nixpkgs-nixos-unstable
|
||||
name: Build NixOS Iso
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
||||
- name: Update Nix Store
|
||||
run: |
|
||||
nix-store --update
|
||||
- name: Get System Info
|
||||
run: |
|
||||
nix-shell -p fastfetch --run "fastfetch"
|
||||
|
|
Loading…
Add table
Reference in a new issue