mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Updated Workflow
This commit is contained in:
parent
2aeec898f8
commit
b15dcbaa3d
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…
Reference in a new issue