Updated Workflow
Some checks failed
/ Build NixOS Iso (push) Failing after 2s

This commit is contained in:
Kaybee 2024-08-12 01:52:28 +02:00
parent 2aeec898f8
commit b15dcbaa3d

View file

@ -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"