2024-08-12 01:36:59 +02:00
|
|
|
on: [push, pull_request, workflow_dispatch]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build-HyperC:
|
|
|
|
runs-on: docker
|
|
|
|
container:
|
2024-08-12 01:56:21 +02:00
|
|
|
image: niteo/nixpkgs-nixos-unstable:9e70e9f732fbb15872cb4ea11bd43c14328a0b69
|
2024-08-12 01:36:59 +02:00
|
|
|
name: Build NixOS Iso
|
|
|
|
steps:
|
2024-08-12 01:52:28 +02:00
|
|
|
- name: Update Nix Store
|
2024-08-12 01:57:28 +02:00
|
|
|
run: nix-store --update
|
2024-08-12 01:36:59 +02:00
|
|
|
- name: Get System Info
|
2024-08-12 01:57:28 +02:00
|
|
|
run: nix-shell -p fastfetch --run "fastfetch"
|